Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / select-x-list-with-tspans-2.svg
blob7f201ef1d92489426f18a588bb17f9a7cf1afc11
1 <svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 160 120">
2 <g id="container"/>
4 <!-- "is is" should be selected, char 2-6 -->
5 <!-- Should look identical to "select-x-list-2.svg" -->
6 <text id="test" x="10 20 40" y="10" font-family="Arial" font-size="10">Th<tspan>i</tspan><tspan>s i</tspan>s<tspan> a </tspan><tspan>t</tspan>est</text>
8 <script xlink:href="resources/SelectionTestCase.js"/>
9 <script>selectRange("test", 2, 6, "is is");</script>
10 </svg>