blob: 6dfe046dd4831f57b17bb118f9829028954720af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Tests that using location.replace to update the hash of a page preserves it when navigating back to it.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS currentPageId is 1
PASS currentPageId is 1
PASS testWindow.location.hash is "#foo"
PASS currentPageId is 2
PASS currentPageId is 1
PASS testWindow.location.hash is "#foo"
PASS Complete: navigated through all the states
PASS successfullyParsed is true
TEST COMPLETE
|