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

Side by Side Diff: LayoutTests/fast/loader/document-destruction-within-unload.html

Issue 7727007: Merge 93521 (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 | « no previous file | LayoutTests/fast/loader/document-destruction-within-unload-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 <body> 2 <body>
3 <script> 3 <script>
4 if (window.layoutTestController) { 4 if (window.layoutTestController) {
5 layoutTestController.dumpAsText(); 5 layoutTestController.dumpAsText();
6 layoutTestController.waitUntilDone(); 6 layoutTestController.waitUntilDone();
7 } 7 }
8 8
9 function done() { 9 function done() {
10 if (window.layoutTestController) 10 if (window.layoutTestController)
11 layoutTestController.notifyDone(); 11 layoutTestController.notifyDone();
12 } 12 }
13 </script> 13 </script>
14 <iframe src="resources/document-destruction-within-unload-iframe.html"></iframe> 14 <iframe src="resources/document-destruction-within-unload-iframe.html"></iframe>
15 <p>For the test to pass there should be no crash.</p> 15 <p>For the test to pass there should be no crash.</p>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/loader/document-destruction-within-unload-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698