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