Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.46
/
.
/
LayoutTests
/
plugins
/
embed-creation-hang.html
blob: 69c596678a84c4a1eea56963a1914c4ed54f5fdf [
file
] [
log
] [
blame
] [
edit
]
<script>
onload
=
()
=>
{
testRunner
.
dumpAsText
();
testRunner
.
waitUntilDone
();
testRunner
.
notifyDone
();
var
a
=
document
.
createElement
(
'embed'
);
}
</script>
<p>
This test should not hang.
</p>