cICP-wins-ref.html (448B)
1 <!DOCTYPE html> 2 <html> 3 <meta charset="utf-8"> 4 <title>PNG Third Edition: Coding Independent Code Points</title> 5 <link rel="author" title="Chris Lilley" href="mailto:chris@w3.org"> 6 <style> 7 .test { 8 width: 128px; 9 height: 64px; 10 background-color: green; 11 } 12 </style> 13 <body> 14 <p>Test passes if you see a green rectangle, and no red.</p> 15 <div class="test"><img src="support/srgb_green.png" alt=""></div> 16 </body> 17 </html>