Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
parser
/
document-close-nested-iframe-load.html
blob: 7fa2bfca9777e59218938d22724548cfe1089231 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
FAIL
<iframe onload="document.open(); document.close(); document.write('
<iframe
onload
=
document
.
open
();
document
.
close
();
document
.
write
(
/PASS/
);
>
')">
</iframe>