summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/untagged-images-001.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-color/untagged-images-001.html')
-rw-r--r--testing/web-platform/tests/css/css-color/untagged-images-001.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-color/untagged-images-001.html b/testing/web-platform/tests/css/css-color/untagged-images-001.html
new file mode 100644
index 0000000000..a1aafb759c
--- /dev/null
+++ b/testing/web-platform/tests/css/css-color/untagged-images-001.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>CSS Color 4: Color Spaces of Untagged Colors</title>
+<link rel="author" title="Chris Lilley" href="mailto:chris@w3.org">
+<link rel="help" href="https://drafts.csswg.org/css-color-4/#untagged">
+<meta name="assert" content=" untagged images must be treated as being in the sRGB color space">
+<link rel="match" href="009900-tagged-image-ref.html">
+
+<body>
+ <p>Test passes if you see a green square, and no red.</p>
+ <!-- solid color #009900 PNG image, no color information -->
+ <p><img src="./support/009900.png" alt="should be green"/></p>
+</body> \ No newline at end of file