zimmermann@webkit.org | b40815c | 2010-06-18 11:18:44 +0000 | [diff] [blame] | 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"/> | ||||
3 | |||||
4 | <!-- "is is" should be selected, char 2-6 --> | ||||
5 | <text id="test" x="10 20 40" y="10" font-family="Arial" font-size="10">This is a test</text> | ||||
6 | |||||
7 | <script xlink:href="resources/SelectionTestCase.js"/> | ||||
8 | <script>selectRange("test", 2, 6, "is is");</script> | ||||
9 | </svg> |