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

Side by Side Diff: LayoutTests/fast/loader/reload-zero-byte-plugin.html

Issue 7685041: Merge 92298 - Crash in DocumentWriter::endIfNotLoadingMainResource (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 4 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/fast/loader/reload-zero-byte-plugin-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 <script> 1 <script>
2 if (window.layoutTestController) { 2 if (window.layoutTestController) {
3 layoutTestController.dumpAsText(); 3 layoutTestController.dumpAsText();
4 layoutTestController.waitUntilDone(); 4 layoutTestController.waitUntilDone();
5 layoutTestController.setCanOpenWindows(true); 5 layoutTestController.setCanOpenWindows(true);
6 layoutTestController.setCloseRemainingWindowsWhenComplete(true); 6 layoutTestController.setCloseRemainingWindowsWhenComplete(true);
7 } 7 }
8 8
9 var win = window.open('data:application/x-webkit-test-netscape,'); 9 var win = window.open('data:application/x-webkit-test-netscape,');
10 setTimeout(function() { 10 setTimeout(function() {
11 win.location.reload(); 11 win.location.reload();
12 setTimeout(function() { 12 setTimeout(function() {
13 if (window.layoutTestController) 13 if (window.layoutTestController)
14 layoutTestController.notifyDone(); 14 layoutTestController.notifyDone();
15 }, 100); 15 }, 100);
16 }, 100); 16 }, 100);
17 </script> 17 </script>
18 This test passes if it doesn't crash. To run manually, please disable your 18 This test passes if it doesn't crash. To run manually, please disable your
19 popup blocker. 19 popup blocker.
OLDNEW
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/fast/loader/reload-zero-byte-plugin-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698