summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/svg-text-selection.svg
blob: 4c34d24f97a8fd029fa677e4e80a9a439692a1b6 (plain)
1
2
3
4
5
6
7
8
9
<svg xmlns="http://www.w3.org/2000/svg"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
        <text x="0" y="100" fill="black" font-size="32">Selection will be constrained to this line.</text>
        <text x="0" y="200" fill="black" font-size="32">You should be able
        <tspan x="0" y="235">to select multiline here</tspan>
        <tspan x="0" y="270">See bug 12334</tspan>
        </text>
</svg>