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 Test accumulate=sum animation on SVGAnimateTransform. | 4 Test accumulate=sum animation on SVGAnimateTransform. |
4 | 5 |
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
6 | 7 |
7 | 8 |
8 PASS rect.transform.animVal.numberOfItems is 1 | 9 PASS rect.transform.animVal.numberOfItems is 1 |
9 PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_SCALE | 10 PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_SCALE |
10 PASS rect.transform.animVal.getItem(0).matrix.a is 0 | 11 PASS rect.transform.animVal.getItem(0).matrix.a is 0 |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 PASS rect.transform.baseVal.numberOfItems is 0 | 63 PASS rect.transform.baseVal.numberOfItems is 0 |
63 PASS rect.transform.animVal.numberOfItems is 1 | 64 PASS rect.transform.animVal.numberOfItems is 1 |
64 PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_SCALE | 65 PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_SCALE |
65 PASS rect.transform.animVal.getItem(0).matrix.a is 6 | 66 PASS rect.transform.animVal.getItem(0).matrix.a is 6 |
66 PASS rect.transform.animVal.getItem(0).matrix.d is 6 | 67 PASS rect.transform.animVal.getItem(0).matrix.d is 6 |
67 PASS rect.transform.baseVal.numberOfItems is 0 | 68 PASS rect.transform.baseVal.numberOfItems is 0 |
68 PASS successfullyParsed is true | 69 PASS successfullyParsed is true |
69 | 70 |
70 TEST COMPLETE | 71 TEST COMPLETE |
71 | 72 |
OLD | NEW |