Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / stateobjects / document-destroyed-navigate-back-expected.txt
blob365f3bb52aabf56e198eb991da07768ef1274353
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)
7 ALERT: Test complete
8 This test:
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.