tor-browser

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

unknown-ancillary-error-recovery-2-ref.html (471B)


      1 <!DOCTYPE html>
      2 <html>
      3 <meta charset="utf-8">
      4 <title>PNG Third Edition: Decoder error recovery, invalid ancillary</title>
      5 <link rel="author" title="Chris Lilley" href="mailto:chris@w3.org">
      6 <style>
      7    .test {
      8        width: 32px;
      9        height: 32px;
     10        background-color: green;
     11    }
     12 </style>
     13 <body>
     14    <p>Test passes if you see a rainbow square, and not a red one.</p>
     15    <div class="test"><img src="support/no-invalid-chunks.png" alt=""></div>
     16 </body>
     17 </html>