chromium/third_party/blink/web_tests/external/wpt/png/cICP-wins-ref.html

<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>PNG Third Edition: Coding Independent Code Points</title>
<link rel="author" title="Chris Lilley" href="mailto:[email protected]">
<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>