tor-browser

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

first-frame-IDAT.html (916B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <meta charset="utf-8">
      4 <title>PNG Third Edition: animated PNG</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/#structure">
      9 <link rel="match" href="apng-lime-rectangle-ref.html">
     10 <meta name="assert" content="The static image may be included as the first frame of the animation by the presence of a single fcTL chunk before IDAT.">
     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/001.png" alt=""></div>
     20 </body>