haikuwebkit/LayoutTests/media/remove-from-document-before...

11 lines
320 B
HTML

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