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
/
adoption-agency-crash-01.html
blob
8507b5577449148152c7fd146fff0d3cd9426f59
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
dumpAsText
();
4
5
document
.
write
(
'<a><p><iframe onload="document.write(
\'
<script>void(0)<\/script></a>PASS
\'
);document.close()"></iframe>'
);
6
</script>