1 ALERT: State popped - FirstEntry (type string)
2 ALERT: State popped - SecondEntry (type string)
3 ALERT: Navigating back...
4 ALERT: Last path component of location is document-destroyed-navigate-back.html?SecondEntryWillLaterBeReactivated
5 ALERT: Page shown - SecondEntryWillLaterBeReactivated (type string)
6 ALERT: State popped - FirstEntryWillLaterBeReactivated (type string)
9 -Builds up a list of state object entries with fragment URLs.
10 -Navigates through them to verify that the popstate event is fired.
11 -Navigates away to a new document, with the old document being destroyed.
12 -Navigates back to the state object entries and verifies the pageshow or popstate events are fired on the new documents.