Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / stateobjects / document-destroyed-navigate-back-with-fragment-scroll-expected.txt
blob6cc5b94cc1beff011a1930d9fab4f80842ff3ec6
1 ALERT: LOADED
2 ALERT: State popped - FirstEntry (type string)
3 ALERT: hashChanged - Last path component of location is document-destroyed-navigate-back-with-fragment-scroll.html#FirstEntry
4 ALERT: State popped - SecondEntry (type string)
5 ALERT: hashChanged - Last path component of location is document-destroyed-navigate-back-with-fragment-scroll.html#SecondEntry
6 ALERT: Navigating back...
7 ALERT: LOADED
8 ALERT: Page shown - SecondEntryWillLaterBeReactivated (type string)
9 ALERT: State popped - FirstEntryWillLaterBeReactivated (type string)
10 ALERT: hashChanged - Last path component of location is document-destroyed-navigate-back-with-fragment-scroll.html#FirstEntryWillLaterBeReactivated
11 ALERT: Test complete
12 This test:
13 -Builds up a list of state object entries with fragment URLs.
14 -Navigates through them to verify that the popstate and hashchanged events are fired.
15 -Navigates away to a new document, with the old document being destroyed.
16 -Navigates back to the state object entries and verifies the pageshow or popstate events are fired on the new documents.