Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
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>