tor-browser

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

423371-1.html (180B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <body>
      4 <div style="position:fixed; top:100px;" id="d">hello</div>
      5 <script>
      6 document.write(document.getElementById("d").offsetTop);
      7 </script>
      8 </body>
      9 </html>