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