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
/
dom
/
document-clear.html
blob
4423e05d6d6b2bbe3dfaa9a139704c11272a88dc
1
<html>
2
<p>
Original line
1
</p>
3
<script
src
=
"resources/document-clear.js"
></script>
4
<p>
Calling document.clear() from an external script should not crash.
</p>
5
<script>
6
if
(
window
.
testRunner
)
7
testRunner
.
dumpAsText
();
8
</script>
9
<p>
If successful, there will be
4
lines total
</p>
10
</html>