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