OLD | NEW |
| (Empty) |
1 SVG 1.1 dynamic update tests | |
2 | |
3 Stretched text | |
4 Tests dynamic updates of the 'lengthAdjust' attribute of the SVGTextElement obje
ct | |
5 | |
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
7 | |
8 | |
9 PASS textElement.getAttribute('lengthAdjust') is null | |
10 PASS textElement.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPAC
ING | |
11 PASS textElement.textLength.baseVal.value is 200 | |
12 PASS lastLength = textElement.getComputedTextLength(); lastLength > 0 && lastLen
gth < 200 is true | |
13 PASS textElement.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPAC
INGANDGLYPHS | |
14 PASS textElement.textLength.baseVal.value is 200 | |
15 PASS textElement.getComputedTextLength() == lastLength is true | |
16 PASS successfullyParsed is true | |
17 | |
18 TEST COMPLETE | |
19 | |
OLD | NEW |