Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(942)

Side by Side Diff: LayoutTests/fast/loader/stateobjects/document-destroyed-navigate-back-with-fragment-scroll-expected.txt

Issue 1165703009: Rebaseline onunload handler tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove passing web platform tests Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 main frame - has 1 onunload handler(s)
2 ALERT: LOADED 1 ALERT: LOADED
3 ALERT: State popped - FirstEntry (type string) 2 ALERT: State popped - FirstEntry (type string)
4 ALERT: hashChanged - Last path component of location is document-destroyed-navig ate-back-with-fragment-scroll.html#FirstEntry 3 ALERT: hashChanged - Last path component of location is document-destroyed-navig ate-back-with-fragment-scroll.html#FirstEntry
5 ALERT: State popped - SecondEntry (type string) 4 ALERT: State popped - SecondEntry (type string)
6 ALERT: hashChanged - Last path component of location is document-destroyed-navig ate-back-with-fragment-scroll.html#SecondEntry 5 ALERT: hashChanged - Last path component of location is document-destroyed-navig ate-back-with-fragment-scroll.html#SecondEntry
7 ALERT: Navigating back... 6 ALERT: Navigating back...
8 main frame - has 1 onunload handler(s)
9 ALERT: LOADED 7 ALERT: LOADED
10 ALERT: Page shown - SecondEntryWillLaterBeReactivated (type string) 8 ALERT: Page shown - SecondEntryWillLaterBeReactivated (type string)
11 ALERT: State popped - FirstEntryWillLaterBeReactivated (type string) 9 ALERT: State popped - FirstEntryWillLaterBeReactivated (type string)
12 ALERT: hashChanged - Last path component of location is document-destroyed-navig ate-back-with-fragment-scroll.html#FirstEntryWillLaterBeReactivated 10 ALERT: hashChanged - Last path component of location is document-destroyed-navig ate-back-with-fragment-scroll.html#FirstEntryWillLaterBeReactivated
13 ALERT: Test complete 11 ALERT: Test complete
14 This test: 12 This test:
15 -Builds up a list of state object entries with fragment URLs. 13 -Builds up a list of state object entries with fragment URLs.
16 -Navigates through them to verify that the popstate and hashchanged events are f ired. 14 -Navigates through them to verify that the popstate and hashchanged events are f ired.
17 -Navigates away to a new document, with the old document being destroyed. 15 -Navigates away to a new document, with the old document being destroyed.
18 -Navigates back to the state object entries and verifies the pageshow or popstat e events are fired on the new documents. 16 -Navigates back to the state object entries and verifies the pageshow or popstat e events are fired on the new documents.
19 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698