Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / animate-insert-no-begin-expected.txt
blob11ec243bfd07a4b50aa043f5e7439e8f2ba98f7c
1 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.
2 SVG 1.1 dynamic animation tests
4 Test behavior of dynamically inserting animate without begin attribute
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 PASS rect.x.animVal.value is 0
10 PASS rect.x.baseVal.value is 0
11 PASS rect.x.animVal.value is 90
12 PASS rect.x.baseVal.value is 0
13 PASS successfullyParsed is true
15 TEST COMPLETE