blob: 2a9e2acdb8ba33b378648bcf285614fef33b9cc3 [file] [log] [blame]
SVG 1.1 dynamic animation tests
This tests scripting a CSS property while animation is running
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS parseFloat(getComputedStyle(rect).opacity) is 0
PASS parseFloat(getComputedStyle(rect).opacity) is 0.25
PASS parseFloat(getComputedStyle(rect).opacity) is 0.25
PASS parseFloat(getComputedStyle(rect).opacity) is 0.5
PASS parseFloat(getComputedStyle(rect).opacity) is 0.5
PASS parseFloat(getComputedStyle(rect).opacity) is 0.5
PASS successfullyParsed is true
TEST COMPLETE