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