blob: 7ec3c0ba49392e9e92cf82a5cd2964249973b87e [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
</script>
<body onload="document.body.innerHTML='PASS: A crash did not occur when the media element was removed before loading.';
if (window.testRunner)
testRunner.notifyDone();">
<video src="A"></video>
</body>