Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / change-baseVal-while-animating-fill-remove-2-expected.txt
blob7088c34671a7435e3d7b4d40500f94b21ca76a27
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
5 This tests scripting baseVal while animation is running
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
10 PASS rect.width.animVal.value is 10
11 PASS rect.width.baseVal.value is 10
12 PASS rect.width.animVal.value is 30
13 PASS rect.width.baseVal.value is 10
14 PASS rect.width.animVal.value is 30
15 PASS rect.width.baseVal.value is 100
16 PASS rect.width.animVal.value is 50
17 PASS rect.width.baseVal.value is 100
18 PASS rect.width.animVal.value is 100
19 PASS rect.width.baseVal.value is 100
20 PASS rect.width.animVal.value is 100
21 PASS rect.width.baseVal.value is 100
22 PASS successfullyParsed is true
24 TEST COMPLETE