repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
parser
/
document-write-onload-nesting.html
blob
3b5578013adb2486721d62c33369177ed734d37a
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
dumpAsText
();
4
</script>
5
<iframe
onload
=
"document.write('<p>PASS<iframe onload="document.write(\'<p>\')"></iframe>'); document.close();"
></iframe>