tor-browser

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

no-force-load-at-top-target.html (406B)


      1 <!doctype html>
      2 <title>Navigating to a text fragment anchor</title>
      3 <script src="stash.js"></script>
      4 <script src="force-load-at-top.js"></script>
      5 <style>
      6  p#target {
      7    margin: 2000px 0px 2000px 0px;
      8  }
      9 </style>
     10 <!-- This page is loaded with the force-load-at-top Document-Policy header set
     11     to false -->
     12 <body>
     13  <p>Top of page</p>
     14  <p id="target">target</p>
     15  <p id="history">history</p>
     16 </body>