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
/
tokenizer
/
resources
/
external-script-document-write.js
blob
9dc1d31c0bcb08173cc1977cd06397ca65b99412
1
if
(
window
.
testRunner
)
2
testRunner
.
dumpAsText
();
3
4
document
.
write
(
'<span id="x"></span>'
);
5
document
.
write
(
"This should be a span: "
+
document
.
getElementById
(
'x'
));