OLD | NEW |
1 CONSOLE WARNING: line 25: SVG's SMIL animations (<animate>, <set>, etc.) are dep
recated and 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 Test calcMode=discrete animation on SVGAnimateTransform. | 3 Test calcMode=discrete animation on SVGAnimateTransform. |
5 | 4 |
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
7 | 6 |
8 | 7 |
9 PASS rect.transform.animVal.numberOfItems is 1 | 8 PASS rect.transform.animVal.numberOfItems is 1 |
10 PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_TRANSL
ATE | 9 PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_TRANSL
ATE |
11 PASS rect.transform.animVal.getItem(0).matrix.e is 100 | 10 PASS rect.transform.animVal.getItem(0).matrix.e is 100 |
(...skipping 13 matching lines...) Expand all Loading... |
25 PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_TRANSL
ATE | 24 PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_TRANSL
ATE |
26 PASS rect.transform.animVal.getItem(0).matrix.e is 0 | 25 PASS rect.transform.animVal.getItem(0).matrix.e is 0 |
27 PASS rect.transform.animVal.getItem(0).matrix.f is 0 | 26 PASS rect.transform.animVal.getItem(0).matrix.f is 0 |
28 PASS rect.transform.baseVal.numberOfItems is 0 | 27 PASS rect.transform.baseVal.numberOfItems is 0 |
29 PASS rect.transform.animVal.numberOfItems is 0 | 28 PASS rect.transform.animVal.numberOfItems is 0 |
30 PASS rect.transform.baseVal.numberOfItems is 0 | 29 PASS rect.transform.baseVal.numberOfItems is 0 |
31 PASS successfullyParsed is true | 30 PASS successfullyParsed is true |
32 | 31 |
33 TEST COMPLETE | 32 TEST COMPLETE |
34 | 33 |
OLD | NEW |