tor-browser

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

1539303.html (307B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <script>
      4 function run() {
      5  let iframe = document.querySelector("iframe");
      6  iframe.contentDocument.body.offsetHeight;
      7  document.documentElement.removeAttribute("class");
      8 }
      9 </script>
     10 <body>
     11  <iframe src="1539303-iframe.html" onload="run()">
     12  </iframe>
     13 </body>