summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/history/the-history-interface/history_reload_referrer-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/html/browsers/history/the-history-interface/history_reload_referrer-1.html')
-rw-r--r--testing/web-platform/tests/html/browsers/history/the-history-interface/history_reload_referrer-1.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/web-platform/tests/html/browsers/history/the-history-interface/history_reload_referrer-1.html b/testing/web-platform/tests/html/browsers/history/the-history-interface/history_reload_referrer-1.html
deleted file mode 100644
index d083a2a1d3..0000000000
--- a/testing/web-platform/tests/html/browsers/history/the-history-interface/history_reload_referrer-1.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!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>