| 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 accumulate=sum animation on SVGAnimateTransform. | 6 Test accumulate=sum 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_SCALE | 12 PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_SCALE |
| 11 PASS rect.transform.animVal.getItem(0).matrix.a is 0 | 13 PASS rect.transform.animVal.getItem(0).matrix.a is 0 |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 PASS rect.transform.baseVal.numberOfItems is 0 | 65 PASS rect.transform.baseVal.numberOfItems is 0 |
| 64 PASS rect.transform.animVal.numberOfItems is 1 | 66 PASS rect.transform.animVal.numberOfItems is 1 |
| 65 PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_SCALE | 67 PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_SCALE |
| 66 PASS rect.transform.animVal.getItem(0).matrix.a is 6 | 68 PASS rect.transform.animVal.getItem(0).matrix.a is 6 |
| 67 PASS rect.transform.animVal.getItem(0).matrix.d is 6 | 69 PASS rect.transform.animVal.getItem(0).matrix.d is 6 |
| 68 PASS rect.transform.baseVal.numberOfItems is 0 | 70 PASS rect.transform.baseVal.numberOfItems is 0 |
| 69 PASS successfullyParsed is true | 71 PASS successfullyParsed is true |
| 70 | 72 |
| 71 TEST COMPLETE | 73 TEST COMPLETE |
| 72 | 74 |
| OLD | NEW |