blob: 83d1ccb4cee5f08d39d20d3afa004254115f4e15 [file] [log] [blame]
zimmermann@webkit.orgac3ea272011-04-13 08:42:03 +00001SVG 1.1 dynamic update tests
2
3Stretched text
4Tests dynamic updates of the 'lengthAdjust' attribute of the SVGTextElement object
5
6On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7
8
9PASS textElement.getAttribute('lengthAdjust') is null
10PASS textElement.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACING
11PASS textElement.textLength.baseVal.value is 200
12PASS lastLength = textElement.getComputedTextLength(); lastLength > 0 && lastLength < 200 is true
13PASS textElement.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS
14PASS textElement.textLength.baseVal.value is 200
15PASS textElement.getComputedTextLength() == lastLength is true
16PASS successfullyParsed is true
17
18TEST COMPLETE
19