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

Side by Side Diff: LayoutTests/fast/loader/stateobjects/document-destroyed-navigate-back-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: State popped - FirstEntry (type string) 1 ALERT: State popped - FirstEntry (type string)
3 ALERT: State popped - SecondEntry (type string) 2 ALERT: State popped - SecondEntry (type string)
4 ALERT: Navigating back... 3 ALERT: Navigating back...
5 main frame - has 1 onunload handler(s)
6 ALERT: Last path component of location is document-destroyed-navigate-back.html? SecondEntryWillLaterBeReactivated 4 ALERT: Last path component of location is document-destroyed-navigate-back.html? SecondEntryWillLaterBeReactivated
7 ALERT: Page shown - SecondEntryWillLaterBeReactivated (type string) 5 ALERT: Page shown - SecondEntryWillLaterBeReactivated (type string)
8 ALERT: State popped - FirstEntryWillLaterBeReactivated (type string) 6 ALERT: State popped - FirstEntryWillLaterBeReactivated (type string)
9 ALERT: Test complete 7 ALERT: Test complete
10 This test: 8 This test:
11 -Builds up a list of state object entries with fragment URLs. 9 -Builds up a list of state object entries with fragment URLs.
12 -Navigates through them to verify that the popstate event is fired. 10 -Navigates through them to verify that the popstate event is fired.
13 -Navigates away to a new document, with the old document being destroyed. 11 -Navigates away to a new document, with the old document being destroyed.
14 -Navigates back to the state object entries and verifies the pageshow or popstat e events are fired on the new documents. 12 -Navigates back to the state object entries and verifies the pageshow or popstat e events are fired on the new documents.
15 13
16 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698