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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/loader/stateobjects/popstate-fires-with-page-cache-expected.txt
diff --git a/LayoutTests/fast/loader/stateobjects/popstate-fires-with-page-cache-expected.txt b/LayoutTests/fast/loader/stateobjects/popstate-fires-with-page-cache-expected.txt
deleted file mode 100644
index d2439368b716a37e867750593bffd35097316343..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/loader/stateobjects/popstate-fires-with-page-cache-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Tests that popstate events fire when navigating between pages (and history entries created via pushState) that are in the page cache.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-popstate fired with state null
-pushState with new state object for page 1
-going to page 2
-popstate fired with state null
-going back to page 1 with new state object
-popstate fired with state newState
-going back to page 1 in initial state
-popstate fired with state null
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698