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