haikuwebkit/LayoutTests/plugins/embed-creation-hang.html

10 lines
221 B
HTML

<script>
onload = () => {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.notifyDone();
var a = document.createElement('embed');
}
</script>
<p>This test should not hang.</p>