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 | 4 |
4 This tests values animation and accumulate='sum' | 5 This tests values animation and accumulate='sum' |
5 | 6 |
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
7 | 8 |
8 | 9 |
9 PASS rect.width.animVal.value is 0 | 10 PASS rect.width.animVal.value is 0 |
10 PASS rect.width.baseVal.value is 20 | 11 PASS rect.width.baseVal.value is 20 |
(...skipping 28 matching lines...) Expand all Loading... |
39 PASS rect.width.animVal.value is 100 | 40 PASS rect.width.animVal.value is 100 |
40 PASS rect.width.baseVal.value is 20 | 41 PASS rect.width.baseVal.value is 20 |
41 PASS rect.width.animVal.value is 100 | 42 PASS rect.width.animVal.value is 100 |
42 PASS rect.width.baseVal.value is 20 | 43 PASS rect.width.baseVal.value is 20 |
43 PASS rect.width.animVal.value is 100 | 44 PASS rect.width.animVal.value is 100 |
44 PASS rect.width.baseVal.value is 20 | 45 PASS rect.width.baseVal.value is 20 |
45 PASS successfullyParsed is true | 46 PASS successfullyParsed is true |
46 | 47 |
47 TEST COMPLETE | 48 TEST COMPLETE |
48 | 49 |
OLD | NEW |