Sign in
chromium
/
chromium
/
src.git
/
61.0.3140.1
/
.
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
parser
/
iframe-onload-document-close-with-external-script.html
blob: 07630219543d1fe2575e7e6ba197063e08b57f89 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<script
src
=
"non-existent.js"
></script>
<iframe
onload
=
"
document
.
close
();
document
.
write
(
'This test passes if it does not crash'
);
document
.
close
();
"
></iframe>