Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / text-x-override-in-tspan-child.svg
blobca96785589f9837652ffb4f64512c657648299f2
1 <svg width="800" height="600" viewBox="0 0 400 300" version="1.1" xmlns="http://www.w3.org/2000/svg">
3 <desc>All text elements should like identical.</desc>
5 <text x="10,100,70" y="20">A<tspan x="40">B</tspan>C</text>
6 <text x="0,0,70" y="40"><tspan x="10,40">AB</tspan>C</text>
8 <g transform="translate(-10,0)">
9 <text dx="10,10,10" x="10,100,70" y="60">A<tspan x="40">B</tspan>C</text>
10 <text dx="10,10,10" x="0,0,70" y="80"><tspan x="10,40">AB</tspan>C</text>
11 </g>
13 <g transform="translate(-10,0)">
14 <text dx="10,1000,10" x="10,100,70" y="100">A<tspan dx="10" x="40">B</tspan>C</text>
15 <text dx="1000,10,10" x="0,0,70" y="120"><tspan dx="10" x="10,40">AB</tspan>C</text>
16 </g>
18 <g transform="translate(-10,0)">
19 <text dx="10,1000,10" x="10,100,70" y="140">A<tspan dx="10" x="40">B</tspan>C</text>
20 <text dx="10" x="0,0,80" y="160"><tspan x="10,50,170">AB</tspan>C</text>
21 </g>
23 </svg>