blob: cd771c3d5a551b3e362938de20056a42ebd5e430 [file] [log] [blame]
SVG 1.1 dynamic animation tests
Test from-to SVGRect animation.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS rootSVGElement.viewBox.animVal.x is 0
PASS rootSVGElement.viewBox.animVal.y is 0
PASS rootSVGElement.viewBox.animVal.width is 100
PASS rootSVGElement.viewBox.animVal.height is 100
PASS rootSVGElement.viewBox.baseVal.x is 0
PASS rootSVGElement.viewBox.baseVal.y is 0
PASS rootSVGElement.viewBox.baseVal.width is 100
PASS rootSVGElement.viewBox.baseVal.height is 100
PASS rootSVGElement.viewBox.animVal.x is 25
PASS rootSVGElement.viewBox.animVal.y is 25
PASS rootSVGElement.viewBox.animVal.width is 75
PASS rootSVGElement.viewBox.animVal.height is 75
PASS rootSVGElement.viewBox.baseVal.x is 25
PASS rootSVGElement.viewBox.baseVal.y is 25
PASS rootSVGElement.viewBox.baseVal.width is 75
PASS rootSVGElement.viewBox.baseVal.height is 75
PASS rootSVGElement.viewBox.animVal.x is 50
PASS rootSVGElement.viewBox.animVal.y is 50
PASS rootSVGElement.viewBox.animVal.width is 50
PASS rootSVGElement.viewBox.animVal.height is 50
PASS rootSVGElement.viewBox.baseVal.x is 50
PASS rootSVGElement.viewBox.baseVal.y is 50
PASS rootSVGElement.viewBox.baseVal.width is 50
PASS rootSVGElement.viewBox.baseVal.height is 50
PASS rootSVGElement.viewBox.animVal.x is 0
PASS rootSVGElement.viewBox.animVal.y is 0
PASS rootSVGElement.viewBox.animVal.width is 100
PASS rootSVGElement.viewBox.animVal.height is 100
PASS rootSVGElement.viewBox.baseVal.x is 0
PASS rootSVGElement.viewBox.baseVal.y is 0
PASS rootSVGElement.viewBox.baseVal.width is 100
PASS rootSVGElement.viewBox.baseVal.height is 100
PASS successfullyParsed is true
TEST COMPLETE