summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/history/the-history-interface/history_reload_referrer-1.html
blob: d083a2a1d3c3f144dfc4771358968129828ce93f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
    <title>
      Ensure referrer header persists after
      history.pushState/replaceState/fragment navigation and reload
    </title>
  </head>
  <body>
    <noscript><p>Enable JavaScript and reload</p></noscript>
    <div id="log"></div>
    <script type="text/javascript">
      location.href = "history_reload_referrer-2.html?pipe=sub";
    </script>
  </body>
</html>