Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / text-with-geometric-precision.svg
blob761c33c6cae8f9dad3559be75817d9373d83f448
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <text transform="translate(20 20)">"super" in the following text should be rendered.</text>
3 <text transform="translate(20 70)" text-rendering="geometricPrecision">
4 <tspan>Normal</tspan><tspan baseline-shift="super">super</tspan><tspan baseline-shift="sub">sub</tspan>
5 </text>
6 <text transform="translate(20 120)" text-rendering="geometricPrecision">
7 <tspan>Normal</tspan><tspan y="-0.8">super</tspan>
8 </text>
9 </svg>