tor-browser

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

1242172-1.html (280B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <body onload="doTest()">
      4 <iframe id="f" src="1242172-1-subdoc.html" style="width:800px; height:100px; border:1px solid black"></iframe>
      5 <script>
      6 function doTest() {
      7  f.contentDocument.body.offsetTop;
      8  f.style.height = "200px";
      9 }
     10 </script>
     11 </body>
     12 </html>