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

Side by Side Diff: LayoutTests/media/remove-from-document-before-load.html

Issue 3691003: Merge 69043 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 2 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/media/remove-from-document-before-load-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 } 5 }
6 </script> 6 </script>
7 <body onload="document.body.innerHTML='PASS: A crash did not occur when the medi a element was removed before loading.'; 7 <body onload="document.body.innerHTML='PASS: A crash did not occur when the medi a element was removed before loading.';
8 if (window.layoutTestController) 8 if (window.layoutTestController)
9 layoutTestController.notifyDone();"> 9 layoutTestController.notifyDone();">
10 <video src="A"></video> 10 <video src="A"></video>
11 </body> 11 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/media/remove-from-document-before-load-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698