Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / non-bmp-tspans-expected.svg
blob1a9a108092cb6445f3e1293ecc7eed2fdf9dbd4d
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 </text>
8 <text fill="green">
9 <tspan x="100" y="150">CC</tspan>
10 </text>
11 <text fill="green">
12 <tspan x="100" y="200">&#x1d49e;&#x1d49e;</tspan>
13 </text>
14 </svg>