| 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 SVG 1.1 dynamic animation tests | 2 SVG 1.1 dynamic animation tests |
| 3 | 3 |
| 4 | 4 |
| 5 A copy of the corresponding W3C-SVG-1.1 test, which dumps the animation at certa
in times | 5 A copy of the corresponding W3C-SVG-1.1 test, which dumps the animation at certa
in times |
| 6 | 6 |
| 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 8 | 8 |
| 9 | 9 |
| 10 PASS rect1.height.animVal.value is 210 | 10 PASS rect1.height.animVal.value is 210 |
| 11 PASS rect1.height.baseVal.value is 210 | 11 PASS rect1.height.baseVal.value is 210 |
| 12 PASS rootSVGElement.getTransformToElement(rect2).e is -250 | 12 PASS getTransformToElement(rootSVGElement, rect2).e is -250 |
| 13 PASS rootSVGElement.getTransformToElement(rect2).f is -250 | 13 PASS getTransformToElement(rootSVGElement, rect2).f is -250 |
| 14 PASS rect1.height.animVal.value is 143.4 | 14 PASS rect1.height.animVal.value is 143.4 |
| 15 PASS rect1.height.baseVal.value is 210 | 15 PASS rect1.height.baseVal.value is 210 |
| 16 PASS rootSVGElement.getTransformToElement(rect2).e is -250 | 16 PASS getTransformToElement(rootSVGElement, rect2).e is -250 |
| 17 PASS rootSVGElement.getTransformToElement(rect2).f is -183.4 | 17 PASS getTransformToElement(rootSVGElement, rect2).f is -183.4 |
| 18 PASS rect1.height.animVal.value is 143.4 | 18 PASS rect1.height.animVal.value is 143.4 |
| 19 PASS rect1.height.baseVal.value is 210 | 19 PASS rect1.height.baseVal.value is 210 |
| 20 PASS rootSVGElement.getTransformToElement(rect2).e is -250 | 20 PASS getTransformToElement(rootSVGElement, rect2).e is -250 |
| 21 PASS rootSVGElement.getTransformToElement(rect2).f is -183.4 | 21 PASS getTransformToElement(rootSVGElement, rect2).f is -183.4 |
| 22 PASS rect1.height.animVal.value is 76.7 | 22 PASS rect1.height.animVal.value is 76.7 |
| 23 PASS rect1.height.baseVal.value is 210 | 23 PASS rect1.height.baseVal.value is 210 |
| 24 PASS rootSVGElement.getTransformToElement(rect2).e is -250 | 24 PASS getTransformToElement(rootSVGElement, rect2).e is -250 |
| 25 PASS rootSVGElement.getTransformToElement(rect2).f is -116.7 | 25 PASS getTransformToElement(rootSVGElement, rect2).f is -116.7 |
| 26 PASS rect1.height.animVal.value is 76.7 | 26 PASS rect1.height.animVal.value is 76.7 |
| 27 PASS rect1.height.baseVal.value is 210 | 27 PASS rect1.height.baseVal.value is 210 |
| 28 PASS rootSVGElement.getTransformToElement(rect2).e is -250 | 28 PASS getTransformToElement(rootSVGElement, rect2).e is -250 |
| 29 PASS rootSVGElement.getTransformToElement(rect2).f is -116.7 | 29 PASS getTransformToElement(rootSVGElement, rect2).f is -116.7 |
| 30 PASS rect1.height.animVal.value is 10 | 30 PASS rect1.height.animVal.value is 10 |
| 31 PASS rect1.height.baseVal.value is 210 | 31 PASS rect1.height.baseVal.value is 210 |
| 32 PASS rootSVGElement.getTransformToElement(rect2).e is -250 | 32 PASS getTransformToElement(rootSVGElement, rect2).e is -250 |
| 33 PASS rootSVGElement.getTransformToElement(rect2).f is -50 | 33 PASS getTransformToElement(rootSVGElement, rect2).f is -50 |
| 34 PASS rect1.height.animVal.value is 10 | 34 PASS rect1.height.animVal.value is 10 |
| 35 PASS rect1.height.baseVal.value is 210 | 35 PASS rect1.height.baseVal.value is 210 |
| 36 PASS rootSVGElement.getTransformToElement(rect2).e is -250 | 36 PASS getTransformToElement(rootSVGElement, rect2).e is -250 |
| 37 PASS rootSVGElement.getTransformToElement(rect2).f is -50 | 37 PASS getTransformToElement(rootSVGElement, rect2).f is -50 |
| 38 PASS rect1.height.animVal.value is 10 | 38 PASS rect1.height.animVal.value is 10 |
| 39 PASS rect1.height.baseVal.value is 210 | 39 PASS rect1.height.baseVal.value is 210 |
| 40 PASS rootSVGElement.getTransformToElement(rect2).e is -250 | 40 PASS getTransformToElement(rootSVGElement, rect2).e is -250 |
| 41 PASS rootSVGElement.getTransformToElement(rect2).f is -50 | 41 PASS getTransformToElement(rootSVGElement, rect2).f is -50 |
| 42 PASS successfullyParsed is true | 42 PASS successfullyParsed is true |
| 43 | 43 |
| 44 TEST COMPLETE | 44 TEST COMPLETE |
| 45 | 45 |
| OLD | NEW |