Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / animate-calcMode-spline-by-expected.txt
blob77e5a985e2f39046bb52e06a8dfb146e88daecca
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 calcMode spline with by animation. You should see a green 100x100 rect and only PASS messages
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 PASS rect.x.animVal.value is 100
10 PASS rect.x.baseVal.value is 100
11 PASS rect.x.animVal.value is 18.8
12 PASS rect.x.baseVal.value is 100
13 PASS rect.x.animVal.value is 0
14 PASS rect.x.baseVal.value is 100
15 PASS rect.x.animVal.value is 100
16 PASS rect.x.baseVal.value is 100
17 PASS successfullyParsed is true
19 TEST COMPLETE