tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

cICP-wins.html (729B)


      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 <link rel="help" href="https://www.w3.org/TR/png-3/#11iCCP">
      7 <link rel="help" href="https://www.w3.org/TR/png-3/#cICP-chunk">
      8 
      9 <link rel="match" href="cICP-wins-ref.html">
     10 <meta name="assert" content="When the cICP chunk is present, decoders that recognize it SHALL ignore iCCP">
     11 <style>
     12    .test {
     13        width: 128px;
     14        height: 64px;
     15        background-color: red;
     16    }
     17 </style>
     18 <body>
     19    <p>Test passes if you see a green rectangle, and no red.</p>
     20    <div class="test"><img src="support/cICP-and-iCCP.png" alt=""></div>
     21 </body>
     22 </html>