blob: 48bf64196200366bbfde5d25515fd0db259047c6 [file] [log] [blame]
SVG 1.1 dynamic animation tests
Tests from-to animation of points on polygons.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS poly.animatedPoints.getItem(2).x is 200
PASS poly.animatedPoints.getItem(2).y is 200
PASS poly.points.getItem(2).x is 200
PASS poly.points.getItem(2).y is 200
PASS poly.animatedPoints.getItem(2).x is 150
PASS poly.animatedPoints.getItem(2).y is 150
PASS poly.points.getItem(2).x is 200
PASS poly.points.getItem(2).y is 200
PASS poly.animatedPoints.getItem(2).x is 100
PASS poly.animatedPoints.getItem(2).y is 100
PASS poly.points.getItem(2).x is 200
PASS poly.points.getItem(2).y is 200
PASS poly.animatedPoints.getItem(2).x is 200
PASS poly.animatedPoints.getItem(2).y is 200
PASS poly.points.getItem(2).x is 200
PASS poly.points.getItem(2).y is 200
PASS successfullyParsed is true
TEST COMPLETE