Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / dynamic-updates / SVGTextElement-dom-textLength-attr-expected.txt
blob6f845f32b52c772800d839d5dbb26ee19cac3c67
1 SVG 1.1 dynamic update tests
3 Stretched text
4 Tests dynamic updates of the 'textLength' attribute of the SVGTextElement object
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 PASS textElement.getAttribute('textLength') is null
10 PASS lastLength = textElement.getComputedTextLength(); lastLength > 0 && lastLength < 200 is true
11 PASS lastLength == textElement.textLength.baseVal.value is true
12 PASS textElement.getAttribute('textLength') is "200"
13 PASS textElement.textLength.baseVal.value is 200
14 PASS textElement.getComputedTextLength() == lastLength is true
15 PASS successfullyParsed is true
17 TEST COMPLETE