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

Unified Diff: ManualTests/frame-layout-on-back.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
« no previous file with comments | « LayoutTests/plugins/resources/go-back.html ('k') | Source/WebKit/chromium/public/WebSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/frame-layout-on-back.html
diff --git a/ManualTests/frame-layout-on-back.html b/ManualTests/frame-layout-on-back.html
deleted file mode 100644
index 21ad445c634f074f5010763fa8d207c735772f31..0000000000000000000000000000000000000000
--- a/ManualTests/frame-layout-on-back.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<html>
-<head>
-<script>
-
-function navigate()
-{
- if (location.hash == "") {
- if (window.layoutTestController) {
- layoutTestController.overridePreference("WebKitUsesPageCachePreferenceKey", 1);
- layoutTestController.waitUntilDone();
- }
-
- history.pushState({ }, "", window.location + "#1");
- setTimeout("window.location.href = 'resources/empty-document-goes-back.html'", 0);
- return;
- }
-
- setTimeout(function () {
- if (window.layoutTestController)
- layoutTestController.notifyDone();
- }, 0);
-}
-
-</script>
-</head>
-<body style="width:800px" onpageshow="navigate();">
- <div id="result">This test passes if the iframe lays out and paints (meaning it is purple) after the test naviagtes back.</div><br/><br/>
- <iframe id="iframe" src="resources/simple-iframe.html"></iframe>
-</body>
-</htmL>
« no previous file with comments | « LayoutTests/plugins/resources/go-back.html ('k') | Source/WebKit/chromium/public/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698