tor-browser

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

406073-1-ref.html (372B)


      1 <html class="reftest-wait">
      2 <body style="border:3px solid;" onload="setTimeout(doe, 0)">
      3 <marquee behavior="alternate" scrollamount="100"><span style="background-color: lime;">marquee</span></marquee>
      4  <script>
      5    function doe() {
      6      document.getElementsByTagName('marquee')[0].stop();
      7      document.documentElement.className = "";
      8    }
      9  </script>
     10 </body>
     11 </html>