Sign in
webkit
/
WebKit
/
ed630b29b813d21f8c4da5c865326dddf8e25d5d
/
.
/
LayoutTests
/
plugins
/
embed-creation-hang.html
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>