tor-browser

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

iframe-deferred-anchor.xhtml (450B)


      1 <?xml version="1.0"?>
      2 <!DOCTYPE html>
      3 <html xmlns="http://www.w3.org/1999/xhtml" style="overflow:hidden">
      4 <head>
      5 <script>document.location.hash = "#d";</script>
      6 </head>
      7 <body style="margin: 0; background-color: white;">
      8 <div style="height: 50px; width: 50px; background-color: red;"/>
      9 <div style="height: 1000px;"/>
     10 <div id="d" style="height: 50px; width: 50px; background-color: green;"/>
     11 <div style="height: 1000px;"/>
     12 </body>
     13 </html>