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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <script>
2 function loaded()
3 {
4 setTimeout("history.go(-1)", 0);
5 }
6 </script>
7 <body onload="loaded();">This page should go back to the previous page.</body>
8 <script>
9 if (history.length == 0) {
10 document.innerHTML += "<br> But it won't work because there is no back histo ry!";
11 if (window.testRunner)
12 testRunner.notifyDone();
13 }
14 </script>
OLDNEW
« 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