summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/009900-tagged-image-ref.html
blob: 21086fc62185a65da89513daf0c8bc1b66688064 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Color 4: Color Space of Tagged Images. HTML img</title>
<link rel="author" title="Chris Lilley" href="mailto:chris@w3.org">


<body>
    <p>Test passes if you see a green square, and no red.</p>
    <!--
        solid color #990000 PNG image, iCCP with v2 profile
        red-green swapped to be sure the profile is actually applied
     -->
    <p><img src="./support/swap-990000-iCCP.png" alt="should be green"/></p>
</body>