Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
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>