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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
document-write-empty.html
blob
3fc4f6721e5dda2b03eede20291c8a9e6a71cf73
1
<HTML>
2
3
<BODY>
4
<p>
This tests that document.write() with no parameters does not output any text. See bug
815592
.
</p>
5
6
<p>
There should not be any text below this sentence.
</p>
7
<script>
8
if
(
window
.
testRunner
)
9
testRunner
.
dumpAsText
();
10
document
.
write
()
11
</script>
12
13
</BODY>
14
</HTML>