blob: ad900953ebbbdda4ca3cd7291e8c9d9f32265e2c [file] [log] [blame]
SVG 1.1 dynamic animation tests
Test calcMode discrete with from-to animation on numbers. You should see a green 100x100 rect and only PASS messages
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS rect.x.animVal.value is 100
PASS rect.x.baseVal.value is 100
PASS rect.x.animVal.value is 100
PASS rect.x.baseVal.value is 100
PASS rect.x.animVal.value is 200
PASS rect.x.baseVal.value is 100
PASS rect.x.animVal.value is 200
PASS rect.x.baseVal.value is 100
PASS rect.x.animVal.value is 300
PASS rect.x.baseVal.value is 100
PASS successfullyParsed is true
TEST COMPLETE