blob: bb2b61dba0d5c501d08a4cf6e875ec0bc5b0fdac [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 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 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 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 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