Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / select-textLength-spacingAndGlyphs-stretch-3.svg
blobb87d32f35e28c3d668799ec58951b3ac9373bc2e
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 <!-- "Str" should be selected, char 8-10 -->
5 <text id="test" x="10" y="10" font-family="Arial" font-size="10" textLength="140" lengthAdjust="spacingAndGlyphs">Text to Stretch</text>
7 <script xlink:href="resources/SelectionTestCase.js"/>
8 <script>selectRange("test", 8, 10, "Str");</script>
9 </svg>