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
/
text
/
text-midpoint-split-bug.svg
blob
5b23a6c13d89102062b18a91e142f1338beb20f0
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
2
<!-- "Test text" should be rendered, not "Test ttex" -->
3
<text
font-size
=
"50"
fill
=
"green"
x
=
"20"
y
=
"120"
>
Test
<tspan> <tspan
x
=
"150"
>
text
</tspan></tspan></text>
4
</svg>