summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/scroll-to-text-fragment/force-load-at-top-target.html
blob: 72feec8a4086283f2df5af5994dafc79f93d387b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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 -->
<body>
  <p>Top of page</p>
  <p id="target">target</p>
  <p id="history">history</p>
</body>