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

Side by Side Diff: LayoutTests/fast/history/location-replace-hash-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 main frame - has 1 onunload handler(s)
3 main frame - has 1 onunload handler(s)
4 Tests that using location.replace to update the hash of a page preserves it when navigating back to it. 1 Tests that using location.replace to update the hash of a page preserves it when navigating back to it.
5 2
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 4
8 5
9 PASS currentPageId is 1 6 PASS currentPageId is 1
10 PASS currentPageId is 1 7 PASS currentPageId is 1
11 PASS testWindow.location.hash is "#foo" 8 PASS testWindow.location.hash is "#foo"
12 PASS currentPageId is 2 9 PASS currentPageId is 2
13 PASS currentPageId is 1 10 PASS currentPageId is 1
14 PASS testWindow.location.hash is "#foo" 11 PASS testWindow.location.hash is "#foo"
15 PASS Complete: navigated through all the states 12 PASS Complete: navigated through all the states
16 PASS successfullyParsed is true 13 PASS successfullyParsed is true
17 14
18 TEST COMPLETE 15 TEST COMPLETE
19 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698