OLD | NEW |
| 1 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
nd will be removed. Please use CSS animations or Web animations instead. |
1 SVG 1.1 dynamic animation tests | 2 SVG 1.1 dynamic animation tests |
2 | 3 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 5 |
5 | 6 |
6 PASS svg.setCurrentTime(test.time[0]) threw exception TypeError: Failed to execu
te 'setCurrentTime' on 'SVGSVGElement': The provided float value is non-finite.. | 7 PASS svg.setCurrentTime(test.time[0]) threw exception TypeError: Failed to execu
te 'setCurrentTime' on 'SVGSVGElement': The provided float value is non-finite.. |
7 PASS nestedsvg.setCurrentTime(test.time[1]) threw exception TypeError: Failed to
execute 'setCurrentTime' on 'SVGSVGElement': The provided float value is non-fi
nite.. | 8 PASS nestedsvg.setCurrentTime(test.time[1]) threw exception TypeError: Failed to
execute 'setCurrentTime' on 'SVGSVGElement': The provided float value is non-fi
nite.. |
8 PASS plain.x.animVal.value is 0 | 9 PASS plain.x.animVal.value is 0 |
9 PASS sequential.x.animVal.value is 0 | 10 PASS sequential.x.animVal.value is 0 |
10 PASS accumulating.x.animVal.value is 0 | 11 PASS accumulating.x.animVal.value is 0 |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 PASS nested.x.animVal.value is 0 | 93 PASS nested.x.animVal.value is 0 |
93 PASS plain.x.animVal.value is 128 | 94 PASS plain.x.animVal.value is 128 |
94 PASS sequential.x.animVal.value is 128 | 95 PASS sequential.x.animVal.value is 128 |
95 PASS accumulating.x.animVal.value is 128 | 96 PASS accumulating.x.animVal.value is 128 |
96 PASS repeating.x.animVal.value is 128 | 97 PASS repeating.x.animVal.value is 128 |
97 PASS nested.x.animVal.value is 0 | 98 PASS nested.x.animVal.value is 0 |
98 PASS successfullyParsed is true | 99 PASS successfullyParsed is true |
99 | 100 |
100 TEST COMPLETE | 101 TEST COMPLETE |
101 | 102 |
OLD | NEW |