Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / dynamic-updates / SVGTextElement-svgdom-lengthAdjust-prop-expected.txt
blobc8337193db8e3ca3a31a346e3bca558b8a2820d7
1 SVG 1.1 dynamic update tests
3 Stretched text
4 Tests dynamic updates of the 'lengthAdjust' property of the SVGTextElement object
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 PASS textElement.getAttribute('lengthAdjust') is null
10 PASS textElement.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACING
11 PASS textElement.textLength.baseVal.value is 200
12 PASS lastLength = textElement.getComputedTextLength(); lastLength > 0 && lastLength < 200 is true
13 PASS textElement.getAttribute('lengthAdjust') is "spacingAndGlyphs"
14 PASS textElement.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS
15 PASS textElement.textLength.baseVal.value is 200
16 PASS textElement.getComputedTextLength() == lastLength is true
17 PASS successfullyParsed is true
19 TEST COMPLETE