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

Side by Side Diff: LayoutTests/fast/loader/stateobjects/popstate-fires-with-page-cache-expected.txt

Issue 14495004: Remove left-over PageCache stuff (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
(Empty)
1 Tests that popstate events fire when navigating between pages (and history entri es created via pushState) that are in the page cache.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5 popstate fired with state null
6 pushState with new state object for page 1
7 going to page 2
8 popstate fired with state null
9 going back to page 1 with new state object
10 popstate fired with state newState
11 going back to page 1 in initial state
12 popstate fired with state null
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698