tor-browser

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

1151145-1.html (498B)


      1 <!DOCTYPE html>
      2 <html lang="en" class="reftest-wait">
      3 <title>Test for bug 1151145</title>
      4 
      5 <div style="height: 300px"></div>
      6 
      7 <div style="width: 33em; border: solid white; transform: translate(100px) rotate(20deg);"></div>
      8 
      9 <div style="height: 1000px"></div>
     10 
     11 <script>
     12 
     13 function doTest() {
     14  document.documentElement.scrollTop = 0;
     15  document.documentElement.removeAttribute("class");
     16 }
     17 
     18 document.documentElement.scrollTop = 255;
     19 window.addEventListener("MozReftestInvalidate", doTest);
     20 
     21 </script>