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

Unified Diff: LayoutTests/plugins/resources/go-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
Index: LayoutTests/plugins/resources/go-back.html
diff --git a/LayoutTests/plugins/resources/go-back.html b/LayoutTests/plugins/resources/go-back.html
deleted file mode 100644
index d603d273ed27918198c03bb2bc004c3673efffac..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/resources/go-back.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<script>
-function loaded()
-{
- setTimeout("history.go(-1)", 0);
-}
-</script>
-<body onload="loaded();">This page should go back to the previous page.</body>
-<script>
-if (history.length == 0) {
- document.innerHTML += "<br> But it won't work because there is no back history!";
- if (window.testRunner)
- testRunner.notifyDone();
-}
-</script>
« no previous file with comments | « LayoutTests/plugins/netscape-plugin-page-cache-works-expected.txt ('k') | ManualTests/frame-layout-on-back.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698