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 This test checks whether the methods on ElementTimeControl correctly return unde
fined. | 2 This test checks whether the methods on ElementTimeControl correctly return unde
fined. |
2 animate.beginElement(): PASS | 3 animate.beginElement(): PASS |
3 animate.beginElementAt(0): PASS | 4 animate.beginElementAt(0): PASS |
4 animate.endElement(): PASS | 5 animate.endElement(): PASS |
5 animate.endElementAt(0): PASS | 6 animate.endElementAt(0): PASS |
6 | 7 |
OLD | NEW |