Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/svg/animations/animate-elem-03-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 parseFontSizeFromString() is 40 9 PASS parseFontSizeFromString() is 40
11 PASS colorComponents[1] is 0 10 PASS colorComponents[1] is 0
12 PASS colorComponents[2] is 0 11 PASS colorComponents[2] is 0
13 PASS colorComponents[3] is 255 12 PASS colorComponents[3] is 255
14 PASS parseFontSizeFromString() is 60 13 PASS parseFontSizeFromString() is 60
15 PASS colorComponents[1] is 0 14 PASS colorComponents[1] is 0
16 PASS colorComponents[2] is 59 15 PASS colorComponents[2] is 59
17 PASS colorComponents[3] is 128 16 PASS colorComponents[3] is 128
18 PASS parseFontSizeFromString() is 80 17 PASS parseFontSizeFromString() is 80
19 PASS colorComponents[1] is 0 18 PASS colorComponents[1] is 0
20 PASS colorComponents[2] is 119 19 PASS colorComponents[2] is 119
21 PASS colorComponents[3] is 0 20 PASS colorComponents[3] is 0
22 PASS parseFontSizeFromString() is 80 21 PASS parseFontSizeFromString() is 80
23 PASS colorComponents[1] is 0 22 PASS colorComponents[1] is 0
24 PASS colorComponents[2] is 119 23 PASS colorComponents[2] is 119
25 PASS colorComponents[3] is 0 24 PASS colorComponents[3] is 0
26 PASS successfullyParsed is true 25 PASS successfullyParsed is true
27 26
28 TEST COMPLETE 27 TEST COMPLETE
29 28
OLDNEW

Powered by Google App Engine