summaryrefslogtreecommitdiffstats
path: root/docshell/test/navigation/file_load_history_entry_page_with_two_links.html
blob: 4be2ea6f4ed8f56b90c90ab8bc7dac08885f21bf (plain)
1
2
3
4
5
6
7
8
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>