Sign in
webkit
/
WebKit
/
293423b2e3bc99a3b6b08c9e39c59d8eb89f00e1
/
.
/
LayoutTests
/
fast
/
parser
/
iframe-onload-document-close-with-external-script.html
blob: 68bbbc83f7cff55f021063992c53ea5d16c59b90 [
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'
);
"
></iframe>