OLD | NEW |
1 Complete test of the SVGTextContentElement API | 1 Complete test of the SVGTextContentElement API |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 Test SVGTextContentElement SVG DOM properties | 6 Test SVGTextContentElement SVG DOM properties |
7 PASS svgText.textLength.baseVal.value.toFixed(1) is "200.0" | 7 PASS svgText.textLength.baseVal.value.toFixed(1) is "200.0" |
8 PASS svgText.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACINGA
NDGLYPHS | 8 PASS svgText.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACINGA
NDGLYPHS |
9 | 9 |
10 Test getNumberOfChars() API | 10 Test getNumberOfChars() API |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 > Testing point=(209.9,10.0) | 71 > Testing point=(209.9,10.0) |
72 PASS svgText.getCharNumAtPosition(point) is 3 | 72 PASS svgText.getCharNumAtPosition(point) is 3 |
73 > Testing point=(210.1,10.0) | 73 > Testing point=(210.1,10.0) |
74 PASS svgText.getCharNumAtPosition(point) is -1 | 74 PASS svgText.getCharNumAtPosition(point) is -1 |
75 > Testing point=(250.0,10.0) | 75 > Testing point=(250.0,10.0) |
76 PASS svgText.getCharNumAtPosition(point) is -1 | 76 PASS svgText.getCharNumAtPosition(point) is -1 |
77 PASS successfullyParsed is true | 77 PASS successfullyParsed is true |
78 | 78 |
79 TEST COMPLETE | 79 TEST COMPLETE |
80 | 80 |
OLD | NEW |