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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-orient-composition-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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 250: SVG's SMIL animations (<animate>, <set>, etc.) are de precated and will be removed. Please use CSS animations or Web animations instea d.
2 This is a testharness.js-based test. 1 This is a testharness.js-based test.
3 PASS This test uses interpolation-test.js. 2 PASS This test uses interpolation-test.js.
4 PASS SMIL: Interpolate attribute <orient> with underlying [50] from add [130] to add [200grad] at (0) is [180] 3 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.2) is [190] 4 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.6) is [210] 5 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 (1) is [230] 6 PASS SMIL: Interpolate attribute <orient> with underlying [50] from add [130] to add [200grad] at (1) is [230]
8 PASS Web Animations: Interpolate attribute <orient> with underlying [50] from ad d [130] to add [200grad] at (-3) is [30] 7 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 (0) is [180] 8 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.2) is [190] 9 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.6) is [210] 10 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
28 PASS Web Animations: Interpolate attribute <orient> with underlying [20] from re place [120] to add [180] at (1) is [200] 27 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.4) is [232] 28 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 ne utral to replace [180] at (-0.4) is [-44] 29 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) is [20] 30 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.2) is [52] 31 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.6) is [116] 32 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 (1) is [180] 33 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.4) is [244] 34 PASS Web Animations: Interpolate attribute <orient> with underlying [20] from ne utral to replace [180] at (1.4) is [244]
36 Harness: the test ran to completion. 35 Harness: the test ran to completion.
37 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698