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