tor-browser

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

fdAT-split-zero-length.html (958B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <meta charset="utf-8">
      4 <title>PNG Third Edition: animated PNG, split fdAT with zero-length chunk</title>
      5 <link rel="author" title="Philip Taylor" href="mailto:excors@gmail.com">
      6 <link rel="author" title="Chris Lilley" href="mailto:chris@w3.org">
      7 <link rel="help" href="https://www.w3.org/TR/png-3/#apng-frame-based-animation">
      8 <link rel="help" href="https://www.w3.org/TR/png-3/#fdAT-chunk">
      9 <link rel="match" href="apng-lime-rectangle-ref.html">
     10 <meta name="assert" content="The compressed datastream is then the concatenation of the contents of the data fields of all the fdAT chunks within a frame. ">
     11 <script>
     12    const el = document.querySelector(".reftest-wait");
     13    setTimeout(() => {
     14        el.classList.remove('reftest-wait');
     15        }, 2000);
     16 </script>
     17 <body>
     18    <p>Test passes if you see a lime green rectangle, and no red.</p>
     19    <div class="test"><img src="support/006.png" alt=""></div>
     20 </body>