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
/
svg
/
animations
/
animate-textlength-unitmode.html
blob
c2144e87a5f8de2f4445f5da36996a1e200c32b9
1
<!DOCTYPE
html
>
2
<svg>
3
<text>
4
<set
attributeName
=
"textLength"
to
=
"50%"
>
5
</text>
6
</svg>
7
<p>
Pass if Blink does not crash in debug.
</p>
8
<script>
9
if
(
window
.
testRunner
)
10
testRunner
.
dumpAsText
();
11
</script>