<script> | |
if (window.layoutTestController) { | |
layoutTestController.dumpAsText(); | |
layoutTestController.waitUntilDone(); | |
} | |
</script> | |
<body onload="document.body.innerHTML='PASS: A crash did not occur when the media element was removed before loading.'; | |
if (window.layoutTestController) | |
layoutTestController.notifyDone();"> | |
<video src="A"></video> | |
</body> |