Sign in
webkit
/
WebKit
/
efb1adaa833a8998834f6f9065e2e5ad3b4113ce
/
.
/
LayoutTests
/
fast
/
dom
/
Document
/
document-close-iframe-load.html
blob: f6720507c6c971809819e91c6a4a43d09cd627ec [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
alert
(
'PASS (just to make expected.txt non-empty)'
);
</script>
This test passes if it doesn't crash.
<iframe
onload
=
"
document
.
open
();
document
.
close
();
"
>