chromium/third_party/blink/web_tests/svg/text/non-bmp-tspans-expected.svg

<svg xmlns="http://www.w3.org/2000/svg" width="800">
    <!-- Test for WK87681 where non-BMP characters broke positioning in sibling tspans. -->
    <text x="30" y="30">This test passes if there are three rows of 2 green Cs each with</text>
    <text x="30" y="50">the first row cursive, the second plain, and the third cursive.</text>
    <text fill="green">
        <tspan x="100" y="100">&#x1d49e;&#x1d49e;</tspan>
    </text>
    <text fill="green">
        <tspan x="100" y="150">CC</tspan>
    </text>
    <text fill="green">
        <tspan x="100" y="200">&#x1d49e;&#x1d49e;</tspan>
    </text>
</svg>