Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/svg/animations/animate-elem-02-t-drt-expected.txt

Issue 2256013003: Remove SMIL deprecation warning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
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.
2 SVG 1.1 dynamic animation tests 1 SVG 1.1 dynamic animation tests
3 2
4 3
5 A copy of the corresponding W3C-SVG-1.1 test, which dumps the animation at certa in times 4 A copy of the corresponding W3C-SVG-1.1 test, which dumps the animation at certa in times
6 5
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 7
9 8
10 PASS rect1.height.animVal.value is 200 9 PASS rect1.height.animVal.value is 200
11 PASS rect1.height.baseVal.value is 20 10 PASS rect1.height.baseVal.value is 20
(...skipping 52 matching lines...)
64 PASS rect1.height.animVal.value is 20 63 PASS rect1.height.animVal.value is 20
65 PASS rect1.height.baseVal.value is 20 64 PASS rect1.height.baseVal.value is 20
66 PASS rect2.height.animVal.value is 40 65 PASS rect2.height.animVal.value is 40
67 PASS rect2.height.baseVal.value is 20 66 PASS rect2.height.baseVal.value is 20
68 PASS rect3.height.animVal.value is 40 67 PASS rect3.height.animVal.value is 40
69 PASS rect3.height.baseVal.value is 20 68 PASS rect3.height.baseVal.value is 20
70 PASS successfullyParsed is true 69 PASS successfullyParsed is true
71 70
72 TEST COMPLETE 71 TEST COMPLETE
73 72
OLDNEW

Powered by Google App Engine