Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(499)

Side by Side Diff: third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-orient-composition-expected.txt

Issue 1736533004: Adjust deprecation messages to match Estimated Stable Dates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
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. 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 CONSOLE WARNING: Hyphenated naming in Web Animations keyframes is deprecated and will be removed in M51, around June 2016. Please use camelCase instead. See htt ps://www.chromestatus.com/features/5650817352728576 for more details. 2 CONSOLE WARNING: Hyphenated naming in Web Animations keyframes is deprecated and will be removed in M51, around May 2016. Please use camelCase instead. See http s://www.chromestatus.com/features/5650817352728576 for more details.
3 This is a testharness.js-based test. 3 This is a testharness.js-based test.
4 PASS This test uses interpolation-test.js. 4 PASS This test uses interpolation-test.js.
5 PASS SMIL: Interpolate attribute <orient> with underlying [50] from add [130] to add [200grad] at (0) is [180] 5 PASS SMIL: Interpolate attribute <orient> with underlying [50] from add [130] to add [200grad] at (0) is [180]
6 PASS SMIL: Interpolate attribute <orient> with underlying [50] from add [130] to add [200grad] at (0.2) is [190] 6 PASS SMIL: Interpolate attribute <orient> with underlying [50] from add [130] to add [200grad] at (0.2) is [190]
7 PASS SMIL: Interpolate attribute <orient> with underlying [50] from add [130] to add [200grad] at (0.6) is [210] 7 PASS SMIL: Interpolate attribute <orient> with underlying [50] from add [130] to add [200grad] at (0.6) is [210]
8 PASS SMIL: Interpolate attribute <orient> with underlying [50] from add [130] to add [200grad] at (1) is [230] 8 PASS SMIL: Interpolate attribute <orient> with underlying [50] from add [130] to add [200grad] at (1) is [230]
9 PASS Web Animations: Interpolate attribute <orient> with underlying [50] from ad d [130] to add [200grad] at (-3) is [30] 9 PASS Web Animations: Interpolate attribute <orient> with underlying [50] from ad d [130] to add [200grad] at (-3) is [30]
10 PASS Web Animations: Interpolate attribute <orient> with underlying [50] from ad d [130] to add [200grad] at (0) is [180] 10 PASS Web Animations: Interpolate attribute <orient> with underlying [50] from ad d [130] to add [200grad] at (0) is [180]
11 PASS Web Animations: Interpolate attribute <orient> with underlying [50] from ad d [130] to add [200grad] at (0.2) is [190] 11 PASS Web Animations: Interpolate attribute <orient> with underlying [50] from ad d [130] to add [200grad] at (0.2) is [190]
12 PASS Web Animations: Interpolate attribute <orient> with underlying [50] from ad d [130] to add [200grad] at (0.6) is [210] 12 PASS Web Animations: Interpolate attribute <orient> with underlying [50] from ad d [130] to add [200grad] at (0.6) is [210]
(...skipping 16 matching lines...) Expand all
29 PASS Web Animations: Interpolate attribute <orient> with underlying [20] from re place [120] to add [180] at (1) is [200] 29 PASS Web Animations: Interpolate attribute <orient> with underlying [20] from re place [120] to add [180] at (1) is [200]
30 PASS Web Animations: Interpolate attribute <orient> with underlying [20] from re place [120] to add [180] at (1.4) is [232] 30 PASS Web Animations: Interpolate attribute <orient> with underlying [20] from re place [120] to add [180] at (1.4) is [232]
31 PASS Web Animations: Interpolate attribute <orient> with underlying [20] from ne utral to replace [180] at (-0.4) is [-44] 31 PASS Web Animations: Interpolate attribute <orient> with underlying [20] from ne utral to replace [180] at (-0.4) is [-44]
32 PASS Web Animations: Interpolate attribute <orient> with underlying [20] from ne utral to replace [180] at (0) is [20] 32 PASS Web Animations: Interpolate attribute <orient> with underlying [20] from ne utral to replace [180] at (0) is [20]
33 PASS Web Animations: Interpolate attribute <orient> with underlying [20] from ne utral to replace [180] at (0.2) is [52] 33 PASS Web Animations: Interpolate attribute <orient> with underlying [20] from ne utral to replace [180] at (0.2) is [52]
34 PASS Web Animations: Interpolate attribute <orient> with underlying [20] from ne utral to replace [180] at (0.6) is [116] 34 PASS Web Animations: Interpolate attribute <orient> with underlying [20] from ne utral to replace [180] at (0.6) is [116]
35 PASS Web Animations: Interpolate attribute <orient> with underlying [20] from ne utral to replace [180] at (1) is [180] 35 PASS Web Animations: Interpolate attribute <orient> with underlying [20] from ne utral to replace [180] at (1) is [180]
36 PASS Web Animations: Interpolate attribute <orient> with underlying [20] from ne utral to replace [180] at (1.4) is [244] 36 PASS Web Animations: Interpolate attribute <orient> with underlying [20] from ne utral to replace [180] at (1.4) is [244]
37 Harness: the test ran to completion. 37 Harness: the test ran to completion.
38 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698