blob: f03603029af597be2459cba044c819c5f65e5e02 [file] [log] [blame]
zimmermann@webkit.orgb40815c2010-06-18 11:18:44 +00001<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"/>
3
4<!-- "to" should be selected, char 5-6 -->
5<text id="test" x="10" y="10" font-family="Arial" font-size="10" textLength="140" lengthAdjust="spacingAndGlyphs">Text to Stretch</text>
6
7<script xlink:href="resources/SelectionTestCase.js"/>
mmaxfield@apple.coma04bfc62015-03-09 05:32:06 +00008<script>selectRange("test", 5, 6, "etc");</script>
zimmermann@webkit.orgb40815c2010-06-18 11:18:44 +00009</svg>