-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test priority of cICP over iCCP (#44644)
- Loading branch information
1 parent
2984301
commit 9b092f9
Showing
4 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<meta charset="utf-8"> | ||
<title>PNG Third Edition: Coding Independent Code Points</title> | ||
<link rel="author" title="Chris Lilley" href="mailto:chris@w3.org"> | ||
<style> | ||
.test { | ||
width: 128px; | ||
height: 64px; | ||
background-color: green; | ||
} | ||
</style> | ||
<body> | ||
<p>Test passes if you see a green rectangle, and no red.</p> | ||
<div class="test"><img src="support/srgb_green.png" alt=""></div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<meta charset="utf-8"> | ||
<title>PNG Third Edition: Coding Independent Code Points</title> | ||
<link rel="author" title="Chris Lilley" href="mailto:chris@w3.org"> | ||
<link rel="help" href="https://www.w3.org/TR/png-3/#11iCCP"> | ||
<link rel="help" href="https://www.w3.org/TR/png-3/#cICP-chunk"> | ||
|
||
<link rel="match" href="cICP-wins-ref.html"> | ||
<meta name="assert" content="When the cICP chunk is present, decoders that recognize it SHALL ignore iCCP"> | ||
<style> | ||
.test { | ||
width: 128px; | ||
height: 64px; | ||
background-color: red; | ||
} | ||
</style> | ||
<body> | ||
<p>Test passes if you see a green rectangle, and no red.</p> | ||
<div class="test"><img src="support/cICP-and-iCCP.png" alt=""></div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.