force-load-at-top-target.html (388B)
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 --> 11 <body> 12 <p>Top of page</p> 13 <p id="target">target</p> 14 <p id="history">history</p> 15 </body>