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
/
tpath-without-path.svg
blob
9535677eb29d196e7cd597e1c029a28e6d3c14af
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
2
<script>
3
if (window.testRunner)
4
testRunner.dumpAsText();
5
</script>
6
<g
transform
=
"translate(25,25)"
>
7
<text
font-size
=
"20"
>
8
<textPath
text-anchor
=
"middle"
>
9
<tspan>
X
</tspan>
10
</textPath>
11
</text>
12
<text
y
=
"25"
>
Test Passes if you get an X, and no crash
</text>
13
</g>
14
</svg>
15