blob: 9e3d439bd2a8c1f4abe5c6b980c7fd9d5db658a2 [file] [log] [blame]
SVG 1.1 dynamic animation tests
Tests that an animateTransform with attributeType "auto" acts as "XML". Should result in a translated 100x100 rect and only PASS messages.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS getTransformToElement(rootSVGElement, rect).e is 0
PASS getTransformToElement(rootSVGElement, rect).f is 0
PASS getTransformToElement(rootSVGElement, rect).e is 0
PASS getTransformToElement(rootSVGElement, rect).f is 0
PASS getTransformToElement(rootSVGElement, rect).e is -100
PASS getTransformToElement(rootSVGElement, rect).f is -100
PASS getTransformToElement(rootSVGElement, rect).e is -200
PASS getTransformToElement(rootSVGElement, rect).f is -200
PASS getTransformToElement(rootSVGElement, rect).e is -200
PASS getTransformToElement(rootSVGElement, rect).f is -200
PASS successfullyParsed is true
TEST COMPLETE