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