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

Side by Side Diff: LayoutTests/plugins/plugin-document-back-forward.html

Issue 6286151: Merge 77706 - 2011-02-04 Adam Barth <abarth@webkit.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 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
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/plugins/plugin-document-back-forward-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <script> 2 <script>
3 if (window.layoutTestController) { 3 if (window.layoutTestController) {
4 layoutTestController.waitUntilDone(); 4 layoutTestController.waitUntilDone();
5 layoutTestController.dumpAsText(); 5 layoutTestController.dumpAsText();
6 layoutTestController.dumpChildFramesAsText(); 6 layoutTestController.dumpChildFramesAsText();
7 } 7 }
8 8
9 state = "initial"; 9 state = "initial";
10 10
(...skipping 24 matching lines...) Expand all
35 } 35 }
36 36
37 window.onload = function() { 37 window.onload = function() {
38 // We need to wait for after the load event so that we get a new history 38 // We need to wait for after the load event so that we get a new history
39 // entry when navigating the frame. 39 // entry when navigating the frame.
40 setTimeout(next, 0); 40 setTimeout(next, 0);
41 } 41 }
42 </script> 42 </script>
43 <iframe src="data:text/html,Waiting..."></iframe> 43 <iframe src="data:text/html,Waiting..."></iframe>
44 </html> 44 </html>
OLDNEW
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/plugins/plugin-document-back-forward-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698