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