| 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 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 CONSOLE WARNING: 'Element.offsetLeft' is deprecated and will be removed in M47,
around Novemver 2015. The offset* attributes are only standardized and widely su
pported for HTML elements |
| 3 CONSOLE WARNING: 'Element.offsetTop' is deprecated and will be removed in M47, a
round Novemver 2015. The offset* attributes are only standardized and widely sup
ported for HTML elements |
| 2 SVG 1.1 dynamic animation tests | 4 SVG 1.1 dynamic animation tests |
| 3 | 5 |
| 4 Test calcMode=discrete animation on SVGAnimateTransform. | 6 Test calcMode=discrete animation on SVGAnimateTransform. |
| 5 | 7 |
| 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 7 | 9 |
| 8 | 10 |
| 9 PASS rect.transform.animVal.numberOfItems is 1 | 11 PASS rect.transform.animVal.numberOfItems is 1 |
| 10 PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_TRANSL
ATE | 12 PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_TRANSL
ATE |
| 11 PASS rect.transform.animVal.getItem(0).matrix.e is 100 | 13 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 | 27 PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_TRANSL
ATE |
| 26 PASS rect.transform.animVal.getItem(0).matrix.e is 0 | 28 PASS rect.transform.animVal.getItem(0).matrix.e is 0 |
| 27 PASS rect.transform.animVal.getItem(0).matrix.f is 0 | 29 PASS rect.transform.animVal.getItem(0).matrix.f is 0 |
| 28 PASS rect.transform.baseVal.numberOfItems is 0 | 30 PASS rect.transform.baseVal.numberOfItems is 0 |
| 29 PASS rect.transform.animVal.numberOfItems is 0 | 31 PASS rect.transform.animVal.numberOfItems is 0 |
| 30 PASS rect.transform.baseVal.numberOfItems is 0 | 32 PASS rect.transform.baseVal.numberOfItems is 0 |
| 31 PASS successfullyParsed is true | 33 PASS successfullyParsed is true |
| 32 | 34 |
| 33 TEST COMPLETE | 35 TEST COMPLETE |
| 34 | 36 |
| OLD | NEW |