haikuwebkit/LayoutTests/svg/dynamic-updates/SVGTextElement-svgdom-dy-pr...

15 lines
352 B
Plaintext
Raw Permalink Normal View History

2011-05-25 Felician Marton <marton.felician.zoltan@stud.u-szeged.hu> Reviewed by Csaba Osztrogonác. Added dynamic tests for missing properties (and attributes) in TextElement. The corresponding Mac pixel test results also added. https://bugs.webkit.org/show_bug.cgi?id=59677 * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Added. * svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.txt: Added. * svg/dynamic-updates/SVGTextElement-dom-dx-attr.html: Added. * svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.txt: Added. * svg/dynamic-updates/SVGTextElement-dom-dy-attr.html: Added. * svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.txt: Added. * svg/dynamic-updates/SVGTextElement-dom-rotate-attr.html: Added. * svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.txt: Added. * svg/dynamic-updates/SVGTextElement-dom-x-attr.html: Added. * svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.txt: Added. * svg/dynamic-updates/SVGTextElement-dom-y-attr.html: Added. * svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.txt: Added. * svg/dynamic-updates/SVGTextElement-svgdom-dx-prop.html: Added. * svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.txt: Added. * svg/dynamic-updates/SVGTextElement-svgdom-dy-prop.html: Added. * svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.txt: Added. * svg/dynamic-updates/SVGTextElement-svgdom-x-prop.html: Added. * svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.txt: Added. * svg/dynamic-updates/SVGTextElement-svgdom-y-prop.html: Added. * svg/dynamic-updates/script-tests/SVGTextElement-dom-dx-attr.js: Added. (executeTest): * svg/dynamic-updates/script-tests/SVGTextElement-dom-dy-attr.js: Added. (executeTest): * svg/dynamic-updates/script-tests/SVGTextElement-dom-rotate-attr.js: Added. (executeTest): * svg/dynamic-updates/script-tests/SVGTextElement-dom-x-attr.js: Added. (executeTest): * svg/dynamic-updates/script-tests/SVGTextElement-dom-y-attr.js: Added. (executeTest): * svg/dynamic-updates/script-tests/SVGTextElement-svgdom-dx-prop.js: Added. (executeTest): * svg/dynamic-updates/script-tests/SVGTextElement-svgdom-dy-prop.js: Added. (executeTest): * svg/dynamic-updates/script-tests/SVGTextElement-svgdom-x-prop.js: Added. (executeTest): * svg/dynamic-updates/script-tests/SVGTextElement-svgdom-y-prop.js: Added. (executeTest): Canonical link: https://commits.webkit.org/76835@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@87284 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2011-05-25 10:34:20 +00:00
SVG 1.1 dynamic update tests
Text content
Tests dynamic updates of the 'dy' attribute of the SVGTextElement object
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS textElement.dy.baseVal.getItem(0).value is 0
PASS textElement.dy.baseVal.getItem(0).value is -30
PASS successfullyParsed is true
TEST COMPLETE