tor-browser

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

143862-2.html (442B)


      1 <html class="reftest-wait">
      2 <title>Testcase, bug 143862</title>
      3 <style type="text/css" id="one"> html { overflow: hidden; } </style>
      4 <style type="text/css" id="two"></style>
      5 <script type="text/javascript">
      6 function remove(elt) { elt.remove(); }
      7 function run() {
      8  remove(document.getElementById("one"));
      9  remove(document.getElementById("two"));
     10 
     11  document.documentElement.removeAttribute("class");
     12 }
     13 setTimeout(run, 100);
     14 </script>
     15 </html>