tor-browser

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

1155828-1-ref.html (464B)


      1 <!DOCTYPE HTML>
      2 <html class="reftest-wait">
      3 <head>
      4 <style type="text/css">
      5 #rear {
      6  width: 500px;
      7  height: 1500px;
      8  box-shadow: 0 0 71px #667;
      9  display: block;
     10 }
     11 </style>
     12 <script>
     13 document.documentElement.scrollTop = 0;
     14 
     15 function doTest() {
     16  document.documentElement.scrollTop = 108;
     17  document.documentElement.removeAttribute("class");
     18 }
     19 window.addEventListener("MozReftestInvalidate", doTest);
     20 </script>
     21 </head>
     22 <body>
     23 <div id="rear"></div>
     24 </body>
     25 </html>