Sign in
chromium
/
chromium
/
src
/
9de09a32
/
.
/
third_party
/
WebKit
/
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>