blob: fa27217ed1882326eb6b1ee455c73b18ce4a8af1 [file] [log] [blame]
<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>