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

Side by Side Diff: LayoutTests/fast/frames/iframe-plugin-load-remove-document-crash.html

Issue 6709019: Merge 79808 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 9 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/frames/iframe-plugin-load-remove-document-crash-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 onload="runTest()"> 2 <body onload="runTest()">
3 <script> 3 <script>
4 if (window.layoutTestController) 4 if (window.layoutTestController)
5 { 5 {
6 layoutTestController.dumpAsText(); 6 layoutTestController.dumpAsText();
7 layoutTestController.waitUntilDone(); 7 layoutTestController.waitUntilDone();
8 } 8 }
9 9
10 function runTest() 10 function runTest()
11 { 11 {
12 document.body.innerHTML = 'PASS'; 12 document.body.innerHTML = 'PASS';
13 13
14 if (layoutTestController) 14 if (layoutTestController)
15 layoutTestController.notifyDone(); 15 layoutTestController.notifyDone();
16 } 16 }
17 </script> 17 </script>
18 <iframe src="data:application/x-webkit-test-netscape,foo"></iframe> 18 <iframe src="data:application/x-webkit-test-netscape,foo"></iframe>
19 </body> 19 </body>
20 </html> 20 </html>
21 21
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/frames/iframe-plugin-load-remove-document-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698