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
/
frames
/
document-write-in-iframe-onload-2.html
blob
3cbe7c094661a59e16c21f3cd8c934c0d63a7306
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
dumpAsText
();
4
</script>
5
FAIL
6
<iframe
onload
=
"document.close(); document.write('<p>PASS (1 of 2)<p>PASS (2 of 2)'); document.close();"
></iframe>