summaryrefslogtreecommitdiffstats
path: root/docshell/test/navigation/file_load_history_entry_page_with_two_links.html
diff options
context:
space:
mode:
Diffstat (limited to 'docshell/test/navigation/file_load_history_entry_page_with_two_links.html')
-rw-r--r--docshell/test/navigation/file_load_history_entry_page_with_two_links.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/docshell/test/navigation/file_load_history_entry_page_with_two_links.html b/docshell/test/navigation/file_load_history_entry_page_with_two_links.html
new file mode 100644
index 0000000000..4be2ea6f4e
--- /dev/null
+++ b/docshell/test/navigation/file_load_history_entry_page_with_two_links.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<body onpageshow="opener.bodyOnLoad()">
+<a id="link1" href="#1">Link 1</a>
+<a id="link2" href="#2">Link 2</a>
+<a name="1">link 1</a>
+<a name="2">link 2</a>
+</body>
+</html>