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

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

Powered by Google App Engine
This is Rietveld 408576698