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