Sign in
chromium
/
chromium
/
src.git
/
61.0.3140.1
/
.
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
parser
/
document-write-onload-nesting.html
blob: 3b5578013adb2486721d62c33369177ed734d37a [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<iframe onload="document.write('
<p>
PASS<iframe onload="document.write(\'
<p>
\')">
</iframe>
'); document.close();">
</iframe>