tor-browser

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

546033-1.html (354B)


      1 <!DOCTYPE HTML>
      2 <html class="reftest-wait">
      3 <body style="height:3000px; overflow:hidden;">
      4 <script>
      5 function doTest() {
      6  document.documentElement.scrollTop = 100;
      7  document.documentElement.removeAttribute('class');
      8 }
      9 window.focus();
     10 document.documentElement.focus();
     11 document.addEventListener("MozReftestInvalidate", doTest);
     12 </script>
     13 </body>
     14 </html>