blob: 69c596678a84c4a1eea56963a1914c4ed54f5fdf [file] [log] [blame]
<script>
onload = () => {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.notifyDone();
var a = document.createElement('embed');
}
</script>
<p>This test should not hang.</p>