| OLD | NEW |
| 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> |
| OLD | NEW |