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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-startOffset-interpolation-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 <startOffset> from replace [1] to replace [6] a t (0) is [1] 5 PASS SMIL: Interpolate attribute <startOffset> from replace [1] to replace [6] a t (0) is [1]
6 PASS SMIL: Interpolate attribute <startOffset> from replace [1] to replace [6] a t (0.2) is [2] 6 PASS SMIL: Interpolate attribute <startOffset> from replace [1] to replace [6] a t (0.2) is [2]
7 PASS SMIL: Interpolate attribute <startOffset> from replace [1] to replace [6] a t (0.6) is [4] 7 PASS SMIL: Interpolate attribute <startOffset> from replace [1] to replace [6] a t (0.6) is [4]
8 PASS SMIL: Interpolate attribute <startOffset> from replace [1] to replace [6] a t (1) is [6] 8 PASS SMIL: Interpolate attribute <startOffset> from replace [1] to replace [6] a t (1) is [6]
9 PASS Web Animations: Interpolate attribute <startOffset> from replace [1] to rep lace [6] at (-0.4) is [-1] 9 PASS Web Animations: Interpolate attribute <startOffset> from replace [1] to rep lace [6] at (-0.4) is [-1]
10 PASS Web Animations: Interpolate attribute <startOffset> from replace [1] to rep lace [6] at (0) is [1] 10 PASS Web Animations: Interpolate attribute <startOffset> from replace [1] to rep lace [6] at (0) is [1]
11 PASS Web Animations: Interpolate attribute <startOffset> from replace [1] to rep lace [6] at (0.2) is [2] 11 PASS Web Animations: Interpolate attribute <startOffset> from replace [1] to rep lace [6] at (0.2) is [2]
12 PASS Web Animations: Interpolate attribute <startOffset> from replace [1] to rep lace [6] at (0.6) is [4] 12 PASS Web Animations: Interpolate attribute <startOffset> from replace [1] to rep lace [6] at (0.6) is [4]
(...skipping 18 matching lines...) Expand all
31 FAIL Web Animations: Interpolate attribute <startOffset> from replace [25%] to r eplace [25em] at (0.2) is [450] assert_equals: expected "450 " but got "278 " 31 FAIL Web Animations: Interpolate attribute <startOffset> from replace [25%] to r eplace [25em] at (0.2) is [450] assert_equals: expected "450 " but got "278 "
32 FAIL Web Animations: Interpolate attribute <startOffset> from replace [25%] to r eplace [25em] at (0.6) is [850] assert_equals: expected "850 " but got "764 " 32 FAIL Web Animations: Interpolate attribute <startOffset> from replace [25%] to r eplace [25em] at (0.6) is [850] assert_equals: expected "850 " but got "764 "
33 PASS Web Animations: Interpolate attribute <startOffset> from replace [25%] to r eplace [25em] at (1) is [1250] 33 PASS Web Animations: Interpolate attribute <startOffset> from replace [25%] to r eplace [25em] at (1) is [1250]
34 FAIL Web Animations: Interpolate attribute <startOffset> from replace [25%] to r eplace [25em] at (1.4) is [1650] assert_equals: expected "1650 " but got "1736 " 34 FAIL Web Animations: Interpolate attribute <startOffset> from replace [25%] to r eplace [25em] at (1.4) is [1650] assert_equals: expected "1650 " but got "1736 "
35 PASS SMIL: Interpolate attribute <startOffset> from replace [125] to replace [25 ex] at (0) is [125] 35 PASS SMIL: Interpolate attribute <startOffset> from replace [125] to replace [25 ex] at (0) is [125]
36 PASS SMIL: Interpolate attribute <startOffset> from replace [125] to replace [25 ex] at (1) is [25ex] 36 PASS SMIL: Interpolate attribute <startOffset> from replace [125] to replace [25 ex] at (1) is [25ex]
37 PASS Web Animations: Interpolate attribute <startOffset> from replace [125] to r eplace [25ex] at (0) is [125] 37 PASS Web Animations: Interpolate attribute <startOffset> from replace [125] to r eplace [25ex] at (0) is [125]
38 PASS Web Animations: Interpolate attribute <startOffset> from replace [125] to r eplace [25ex] at (1) is [25ex] 38 PASS Web Animations: Interpolate attribute <startOffset> from replace [125] to r eplace [25ex] at (1) is [25ex]
39 Harness: the test ran to completion. 39 Harness: the test ran to completion.
40 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698