OLD | NEW |
(Empty) | |
| 1 SVG 1.1 dynamic animation tests |
| 2 |
| 3 |
| 4 Test for checking position of the svg element when multiple animateMotion are ac
ting on it |
| 5 |
| 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 7 |
| 8 |
| 9 PASS rootSVGElement.getBBox().x is 20 |
| 10 PASS rootSVGElement.getBBox().x is 20 |
| 11 PASS rootSVGElement.getBBox().x is 40 |
| 12 PASS rootSVGElement.getBBox().x is 60 |
| 13 PASS rootSVGElement.getBBox().x is 20 |
| 14 PASS rootSVGElement.getBBox().x is 20 |
| 15 PASS successfullyParsed is true |
| 16 |
| 17 TEST COMPLETE |
| 18 |
OLD | NEW |