tor-browser

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

389224-2.html (449B)


      1 <!DOCTYPE HTML>
      2 <html class="reftest-wait">
      3 <body>
      4 <div id="d" style="position:absolute; left:10px; top:10px; width:10px; height:10px;">
      5  <div style="width:100px; height:100px; background:lime;"></div>
      6 </div>
      7 <script>
      8 var d = document.getElementById("d");
      9 function doTest() {
     10  d.style.clip = "rect(0,0,0,0)";
     11  document.documentElement.removeAttribute("class");
     12 }
     13 window.addEventListener("MozReftestInvalidate", doTest);
     14 </script>
     15 </body>
     16 </html>