Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / non-bmp-tspans.svg
blob736fe0e8be782fa923fcf7eaee1864d2ba2dc33c
1 <svg xmlns="http://www.w3.org/2000/svg" width="800">
2 <!-- Test for WK87681 where non-BMP characters broke positioning in sibling tspans. -->
3 <text x="30" y="30">This test passes if there are three rows of 2 green Cs each with</text>
4 <text x="30" y="50">the first row cursive, the second plain, and the third cursive.</text>
5 <text fill="green">
6 <tspan x="100" y="100">&#x1d49e;&#x1d49e;</tspan>
7 <tspan x="100" y="150">CC</tspan>
8 <tspan x="100" y="200">&#x1d49e;&#x1d49e;</tspan>
9 </text>
10 </svg>