Sign in
webkit
/
WebKit
/
827d8d85df2265cb42dbb614ee23888d063fb795
/
.
/
LayoutTests
/
fast
/
parser
/
document-write-onload-nesting.html
blob: 1091f8f37b8dcbf6b01eeb08abb8315d2b0b8c98 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<iframe onload="document.write('
<p>
PASS<iframe onload="document.write(\'
<p>
\')">
</iframe>
');">
</iframe>