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

Unified Diff: LayoutTests/fast/history/timed-refresh-in-cached-frame.html

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/history/timed-refresh-in-cached-frame.html
diff --git a/LayoutTests/fast/history/timed-refresh-in-cached-frame.html b/LayoutTests/fast/history/timed-refresh-in-cached-frame.html
deleted file mode 100644
index 6e9688b4a9356eb3d4892ac4eb55f2ee0fa3a6fc..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/history/timed-refresh-in-cached-frame.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<body onload="redirect()">
-<!-- Needs to take two seconds, because a faster refresh would result in not creating a b/f item for the navigation -->
-<iframe src='data:text/html,<meta http-equiv="Refresh" content="2; URL=about:blank"><script>if (window.testRunner) { window.onpagehide=function(e){alert(&apos;pagehide &apos; + e.persisted)}; }</script>'></iframe>
-<script>
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
- testRunner.overridePreference("WebKitUsesPageCachePreferenceKey", 1);
-}
-
-function redirect()
-{
- location='data:text/html,<p>PASSED if didn&apos;t crash in two seconds.</p><script>if (window.testRunner) setTimeout("testRunner.notifyDone()", 2500); </scr' + 'ipt>';
-}
-</script>

Powered by Google App Engine
This is Rietveld 408576698