tor-browser

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

fcTL-dispose-none.html (945B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <meta charset="utf-8">
      4 <title>PNG Third Edition: animated PNG, dispose ops</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/#fcTL-chunk">
      9 <link rel="match" href="apng-lime-rectangle-ref.html">
     10 <meta name="assert" content="no disposal is done on this frame before rendering the next; the contents of the output buffer are left as is.">
     11 <script>
     12    const el = document.querySelector(".reftest-wait");
     13    setTimeout(() => {
     14        el.classList.remove('reftest-wait');
     15        }, 1300);
     16 </script>
     17 <style>
     18 
     19 </style>
     20 <body>
     21    <p>Test passes if you see a lime green rectangle, and no red.</p>
     22    <div class="test"><img src="support/007.png" alt=""></div>
     23 </body>
     24 </html>