Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / text-x-dx-lists.svg
blob0e63f3209d245095be4daa39c76f3900d7da2296
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,50,70" y="20">ABC</text>
6 <text x="10,50,70,90,100" y="40">ABC</text>
7 <text x="10,50,70" y="60">A<tspan>B</tspan>C</text>
8 <text x="10,50,70,90,100" y="80">A<tspan>B</tspan>C</text>
10 <g transform="translate(-5,0)">
11 <text x="10,50,70" dx="5,5,5" y="120">ABC</text>
12 <text x="10,50,70" dx="5,5,5" y="140">A<tspan>B</tspan>C</text>
13 <text x="10,50,70" dx="5,5,5,10,10" y="160">ABC</text>
14 <text x="10,50,70" dx="5,5,5,10,10" y="180">A<tspan>B</tspan>C</text>
15 </g>
17 </svg>