diff options
Diffstat (limited to 'testing/web-platform/tests/png/cICP-wins-ref.html')
-rw-r--r-- | testing/web-platform/tests/png/cICP-wins-ref.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/web-platform/tests/png/cICP-wins-ref.html b/testing/web-platform/tests/png/cICP-wins-ref.html new file mode 100644 index 0000000000..de7629453d --- /dev/null +++ b/testing/web-platform/tests/png/cICP-wins-ref.html @@ -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>
\ No newline at end of file |