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

Unified Diff: third_party/WebKit/LayoutTests/animations/interpolation/border-image-width-interpolation-expected.txt

Issue 1640643002: Add additive animation support for CSS property clip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_propertyInterpolationTypesMapping
Patch Set: Rebased Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/animations/interpolation/border-image-width-interpolation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/border-image-width-interpolation-expected.txt b/third_party/WebKit/LayoutTests/animations/interpolation/border-image-width-interpolation-expected.txt
index 97b913bfb6e4ae4c28a56b635418996d80ab3672..dfe4ade2c71f51651084121ffb2da65b1080f5e0 100644
--- a/third_party/WebKit/LayoutTests/animations/interpolation/border-image-width-interpolation-expected.txt
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/border-image-width-interpolation-expected.txt
@@ -8,14 +8,13 @@ PASS CSS Transitions: property <border-image-width> from [] to [20px] at (1) is
PASS CSS Transitions: property <border-image-width> from [] to [20px] at (1.5) is [25px]
PASS CSS Transitions: property <border-image-width> from [] to [20px] at (5) is [60px]
PASS CSS Transitions: property <border-image-width> from [] to [20px] at (10) is [110px]
-PASS CSS Transitions: property <border-image-width> from [initial] to [20px] at (-0.3) is [1]
-PASS CSS Transitions: property <border-image-width> from [initial] to [20px] at (0) is [1]
-PASS CSS Transitions: property <border-image-width> from [initial] to [20px] at (0.3) is [1]
+PASS CSS Transitions: property <border-image-width> from [initial] to [20px] at (-0.3) is [20px]
+PASS CSS Transitions: property <border-image-width> from [initial] to [20px] at (0) is [20px]
+PASS CSS Transitions: property <border-image-width> from [initial] to [20px] at (0.3) is [20px]
+PASS CSS Transitions: property <border-image-width> from [initial] to [20px] at (0.5) is [20px]
PASS CSS Transitions: property <border-image-width> from [initial] to [20px] at (0.6) is [20px]
PASS CSS Transitions: property <border-image-width> from [initial] to [20px] at (1) is [20px]
PASS CSS Transitions: property <border-image-width> from [initial] to [20px] at (1.5) is [20px]
-PASS CSS Transitions: property <border-image-width> from [initial] to [20px] at (5) is [20px]
-PASS CSS Transitions: property <border-image-width> from [initial] to [20px] at (10) is [20px]
PASS CSS Transitions: property <border-image-width> from [inherit] to [20px] at (-0.3) is [124px]
PASS CSS Transitions: property <border-image-width> from [inherit] to [20px] at (0) is [100px]
PASS CSS Transitions: property <border-image-width> from [inherit] to [20px] at (0.3) is [76px]
@@ -24,14 +23,13 @@ PASS CSS Transitions: property <border-image-width> from [inherit] to [20px] at
PASS CSS Transitions: property <border-image-width> from [inherit] to [20px] at (1.5) is [0px]
PASS CSS Transitions: property <border-image-width> from [inherit] to [20px] at (5) is [0px]
PASS CSS Transitions: property <border-image-width> from [inherit] to [20px] at (10) is [0px]
-PASS CSS Transitions: property <border-image-width> from [unset] to [20px] at (-0.3) is [1]
-PASS CSS Transitions: property <border-image-width> from [unset] to [20px] at (0) is [1]
-PASS CSS Transitions: property <border-image-width> from [unset] to [20px] at (0.3) is [1]
+PASS CSS Transitions: property <border-image-width> from [unset] to [20px] at (-0.3) is [20px]
+PASS CSS Transitions: property <border-image-width> from [unset] to [20px] at (0) is [20px]
+PASS CSS Transitions: property <border-image-width> from [unset] to [20px] at (0.3) is [20px]
+PASS CSS Transitions: property <border-image-width> from [unset] to [20px] at (0.5) is [20px]
PASS CSS Transitions: property <border-image-width> from [unset] to [20px] at (0.6) is [20px]
PASS CSS Transitions: property <border-image-width> from [unset] to [20px] at (1) is [20px]
PASS CSS Transitions: property <border-image-width> from [unset] to [20px] at (1.5) is [20px]
-PASS CSS Transitions: property <border-image-width> from [unset] to [20px] at (5) is [20px]
-PASS CSS Transitions: property <border-image-width> from [unset] to [20px] at (10) is [20px]
PASS CSS Transitions: property <border-image-width> from [0px] to [20px] at (-0.3) is [0px]
PASS CSS Transitions: property <border-image-width> from [0px] to [20px] at (0) is [0px]
PASS CSS Transitions: property <border-image-width> from [0px] to [20px] at (0.3) is [6px]
@@ -76,27 +74,31 @@ FAIL CSS Transitions: property <border-image-width> from [10px] to [20%] at (0.3
FAIL CSS Transitions: property <border-image-width> from [10px] to [20%] at (0.6) is [calc(4px + 12%)] assert_equals: expected "16px " but got "calc ( 4px + 12 % ) "
PASS CSS Transitions: property <border-image-width> from [10px] to [20%] at (1) is [20%]
FAIL CSS Transitions: property <border-image-width> from [10px] to [20%] at (1.5) is [calc(-5px + 30%)] assert_equals: expected "25px " but got "calc ( - 5px + 30 % ) "
-PASS CSS Transitions: property <border-image-width> from [10px] to [20] at (-0.3) is [10px]
-PASS CSS Transitions: property <border-image-width> from [10px] to [20] at (0) is [10px]
-PASS CSS Transitions: property <border-image-width> from [10px] to [20] at (0.3) is [10px]
+PASS CSS Transitions: property <border-image-width> from [10px] to [20] at (-0.3) is [20]
+PASS CSS Transitions: property <border-image-width> from [10px] to [20] at (0) is [20]
+PASS CSS Transitions: property <border-image-width> from [10px] to [20] at (0.3) is [20]
+PASS CSS Transitions: property <border-image-width> from [10px] to [20] at (0.5) is [20]
PASS CSS Transitions: property <border-image-width> from [10px] to [20] at (0.6) is [20]
PASS CSS Transitions: property <border-image-width> from [10px] to [20] at (1) is [20]
PASS CSS Transitions: property <border-image-width> from [10px] to [20] at (1.5) is [20]
-PASS CSS Transitions: property <border-image-width> from [10] to [20px] at (-0.3) is [10]
-PASS CSS Transitions: property <border-image-width> from [10] to [20px] at (0) is [10]
-PASS CSS Transitions: property <border-image-width> from [10] to [20px] at (0.3) is [10]
+PASS CSS Transitions: property <border-image-width> from [10] to [20px] at (-0.3) is [20px]
+PASS CSS Transitions: property <border-image-width> from [10] to [20px] at (0) is [20px]
+PASS CSS Transitions: property <border-image-width> from [10] to [20px] at (0.3) is [20px]
+PASS CSS Transitions: property <border-image-width> from [10] to [20px] at (0.5) is [20px]
PASS CSS Transitions: property <border-image-width> from [10] to [20px] at (0.6) is [20px]
PASS CSS Transitions: property <border-image-width> from [10] to [20px] at (1) is [20px]
PASS CSS Transitions: property <border-image-width> from [10] to [20px] at (1.5) is [20px]
-PASS CSS Transitions: property <border-image-width> from [10%] to [20] at (-0.3) is [10%]
-PASS CSS Transitions: property <border-image-width> from [10%] to [20] at (0) is [10%]
-PASS CSS Transitions: property <border-image-width> from [10%] to [20] at (0.3) is [10%]
+PASS CSS Transitions: property <border-image-width> from [10%] to [20] at (-0.3) is [20]
+PASS CSS Transitions: property <border-image-width> from [10%] to [20] at (0) is [20]
+PASS CSS Transitions: property <border-image-width> from [10%] to [20] at (0.3) is [20]
+PASS CSS Transitions: property <border-image-width> from [10%] to [20] at (0.5) is [20]
PASS CSS Transitions: property <border-image-width> from [10%] to [20] at (0.6) is [20]
PASS CSS Transitions: property <border-image-width> from [10%] to [20] at (1) is [20]
PASS CSS Transitions: property <border-image-width> from [10%] to [20] at (1.5) is [20]
-PASS CSS Transitions: property <border-image-width> from [10] to [20%] at (-0.3) is [10]
-PASS CSS Transitions: property <border-image-width> from [10] to [20%] at (0) is [10]
-PASS CSS Transitions: property <border-image-width> from [10] to [20%] at (0.3) is [10]
+PASS CSS Transitions: property <border-image-width> from [10] to [20%] at (-0.3) is [20%]
+PASS CSS Transitions: property <border-image-width> from [10] to [20%] at (0) is [20%]
+PASS CSS Transitions: property <border-image-width> from [10] to [20%] at (0.3) is [20%]
+PASS CSS Transitions: property <border-image-width> from [10] to [20%] at (0.5) is [20%]
PASS CSS Transitions: property <border-image-width> from [10] to [20%] at (0.6) is [20%]
PASS CSS Transitions: property <border-image-width> from [10] to [20%] at (1) is [20%]
PASS CSS Transitions: property <border-image-width> from [10] to [20%] at (1.5) is [20%]
@@ -111,11 +113,10 @@ PASS CSS Animations: property <border-image-width> from [] to [20px] at (10) is
PASS CSS Animations: property <border-image-width> from [initial] to [20px] at (-0.3) is [1]
PASS CSS Animations: property <border-image-width> from [initial] to [20px] at (0) is [1]
PASS CSS Animations: property <border-image-width> from [initial] to [20px] at (0.3) is [1]
+PASS CSS Animations: property <border-image-width> from [initial] to [20px] at (0.5) is [20px]
PASS CSS Animations: property <border-image-width> from [initial] to [20px] at (0.6) is [20px]
PASS CSS Animations: property <border-image-width> from [initial] to [20px] at (1) is [20px]
PASS CSS Animations: property <border-image-width> from [initial] to [20px] at (1.5) is [20px]
-PASS CSS Animations: property <border-image-width> from [initial] to [20px] at (5) is [20px]
-PASS CSS Animations: property <border-image-width> from [initial] to [20px] at (10) is [20px]
PASS CSS Animations: property <border-image-width> from [inherit] to [20px] at (-0.3) is [124px]
PASS CSS Animations: property <border-image-width> from [inherit] to [20px] at (0) is [100px]
PASS CSS Animations: property <border-image-width> from [inherit] to [20px] at (0.3) is [76px]
@@ -127,11 +128,10 @@ PASS CSS Animations: property <border-image-width> from [inherit] to [20px] at (
PASS CSS Animations: property <border-image-width> from [unset] to [20px] at (-0.3) is [1]
PASS CSS Animations: property <border-image-width> from [unset] to [20px] at (0) is [1]
PASS CSS Animations: property <border-image-width> from [unset] to [20px] at (0.3) is [1]
+PASS CSS Animations: property <border-image-width> from [unset] to [20px] at (0.5) is [20px]
PASS CSS Animations: property <border-image-width> from [unset] to [20px] at (0.6) is [20px]
PASS CSS Animations: property <border-image-width> from [unset] to [20px] at (1) is [20px]
PASS CSS Animations: property <border-image-width> from [unset] to [20px] at (1.5) is [20px]
-PASS CSS Animations: property <border-image-width> from [unset] to [20px] at (5) is [20px]
-PASS CSS Animations: property <border-image-width> from [unset] to [20px] at (10) is [20px]
PASS CSS Animations: property <border-image-width> from [0px] to [20px] at (-0.3) is [0px]
PASS CSS Animations: property <border-image-width> from [0px] to [20px] at (0) is [0px]
PASS CSS Animations: property <border-image-width> from [0px] to [20px] at (0.3) is [6px]
@@ -179,35 +179,38 @@ FAIL CSS Animations: property <border-image-width> from [10px] to [20%] at (1.5)
PASS CSS Animations: property <border-image-width> from [10px] to [20] at (-0.3) is [10px]
PASS CSS Animations: property <border-image-width> from [10px] to [20] at (0) is [10px]
PASS CSS Animations: property <border-image-width> from [10px] to [20] at (0.3) is [10px]
+PASS CSS Animations: property <border-image-width> from [10px] to [20] at (0.5) is [20]
PASS CSS Animations: property <border-image-width> from [10px] to [20] at (0.6) is [20]
PASS CSS Animations: property <border-image-width> from [10px] to [20] at (1) is [20]
PASS CSS Animations: property <border-image-width> from [10px] to [20] at (1.5) is [20]
PASS CSS Animations: property <border-image-width> from [10] to [20px] at (-0.3) is [10]
PASS CSS Animations: property <border-image-width> from [10] to [20px] at (0) is [10]
PASS CSS Animations: property <border-image-width> from [10] to [20px] at (0.3) is [10]
+PASS CSS Animations: property <border-image-width> from [10] to [20px] at (0.5) is [20px]
PASS CSS Animations: property <border-image-width> from [10] to [20px] at (0.6) is [20px]
PASS CSS Animations: property <border-image-width> from [10] to [20px] at (1) is [20px]
PASS CSS Animations: property <border-image-width> from [10] to [20px] at (1.5) is [20px]
PASS CSS Animations: property <border-image-width> from [10%] to [20] at (-0.3) is [10%]
PASS CSS Animations: property <border-image-width> from [10%] to [20] at (0) is [10%]
PASS CSS Animations: property <border-image-width> from [10%] to [20] at (0.3) is [10%]
+PASS CSS Animations: property <border-image-width> from [10%] to [20] at (0.5) is [20]
PASS CSS Animations: property <border-image-width> from [10%] to [20] at (0.6) is [20]
PASS CSS Animations: property <border-image-width> from [10%] to [20] at (1) is [20]
PASS CSS Animations: property <border-image-width> from [10%] to [20] at (1.5) is [20]
PASS CSS Animations: property <border-image-width> from [10] to [20%] at (-0.3) is [10]
PASS CSS Animations: property <border-image-width> from [10] to [20%] at (0) is [10]
PASS CSS Animations: property <border-image-width> from [10] to [20%] at (0.3) is [10]
+PASS CSS Animations: property <border-image-width> from [10] to [20%] at (0.5) is [20%]
PASS CSS Animations: property <border-image-width> from [10] to [20%] at (0.6) is [20%]
PASS CSS Animations: property <border-image-width> from [10] to [20%] at (1) is [20%]
PASS CSS Animations: property <border-image-width> from [10] to [20%] at (1.5) is [20%]
PASS Web Animations: property <border-image-width> from [initial] to [20px] at (-0.3) is [1]
PASS Web Animations: property <border-image-width> from [initial] to [20px] at (0) is [1]
PASS Web Animations: property <border-image-width> from [initial] to [20px] at (0.3) is [1]
+PASS Web Animations: property <border-image-width> from [initial] to [20px] at (0.5) is [20px]
PASS Web Animations: property <border-image-width> from [initial] to [20px] at (0.6) is [20px]
PASS Web Animations: property <border-image-width> from [initial] to [20px] at (1) is [20px]
PASS Web Animations: property <border-image-width> from [initial] to [20px] at (1.5) is [20px]
-PASS Web Animations: property <border-image-width> from [initial] to [20px] at (5) is [20px]
-PASS Web Animations: property <border-image-width> from [initial] to [20px] at (10) is [20px]
PASS Web Animations: property <border-image-width> from [inherit] to [20px] at (-0.3) is [124px]
PASS Web Animations: property <border-image-width> from [inherit] to [20px] at (0) is [100px]
PASS Web Animations: property <border-image-width> from [inherit] to [20px] at (0.3) is [76px]
@@ -219,11 +222,10 @@ PASS Web Animations: property <border-image-width> from [inherit] to [20px] at (
PASS Web Animations: property <border-image-width> from [unset] to [20px] at (-0.3) is [1]
PASS Web Animations: property <border-image-width> from [unset] to [20px] at (0) is [1]
PASS Web Animations: property <border-image-width> from [unset] to [20px] at (0.3) is [1]
+PASS Web Animations: property <border-image-width> from [unset] to [20px] at (0.5) is [20px]
PASS Web Animations: property <border-image-width> from [unset] to [20px] at (0.6) is [20px]
PASS Web Animations: property <border-image-width> from [unset] to [20px] at (1) is [20px]
PASS Web Animations: property <border-image-width> from [unset] to [20px] at (1.5) is [20px]
-PASS Web Animations: property <border-image-width> from [unset] to [20px] at (5) is [20px]
-PASS Web Animations: property <border-image-width> from [unset] to [20px] at (10) is [20px]
PASS Web Animations: property <border-image-width> from [0px] to [20px] at (-0.3) is [0px]
PASS Web Animations: property <border-image-width> from [0px] to [20px] at (0) is [0px]
PASS Web Animations: property <border-image-width> from [0px] to [20px] at (0.3) is [6px]
@@ -271,24 +273,28 @@ FAIL Web Animations: property <border-image-width> from [10px] to [20%] at (1.5)
PASS Web Animations: property <border-image-width> from [10px] to [20] at (-0.3) is [10px]
PASS Web Animations: property <border-image-width> from [10px] to [20] at (0) is [10px]
PASS Web Animations: property <border-image-width> from [10px] to [20] at (0.3) is [10px]
+PASS Web Animations: property <border-image-width> from [10px] to [20] at (0.5) is [20]
PASS Web Animations: property <border-image-width> from [10px] to [20] at (0.6) is [20]
PASS Web Animations: property <border-image-width> from [10px] to [20] at (1) is [20]
PASS Web Animations: property <border-image-width> from [10px] to [20] at (1.5) is [20]
PASS Web Animations: property <border-image-width> from [10] to [20px] at (-0.3) is [10]
PASS Web Animations: property <border-image-width> from [10] to [20px] at (0) is [10]
PASS Web Animations: property <border-image-width> from [10] to [20px] at (0.3) is [10]
+PASS Web Animations: property <border-image-width> from [10] to [20px] at (0.5) is [20px]
PASS Web Animations: property <border-image-width> from [10] to [20px] at (0.6) is [20px]
PASS Web Animations: property <border-image-width> from [10] to [20px] at (1) is [20px]
PASS Web Animations: property <border-image-width> from [10] to [20px] at (1.5) is [20px]
PASS Web Animations: property <border-image-width> from [10%] to [20] at (-0.3) is [10%]
PASS Web Animations: property <border-image-width> from [10%] to [20] at (0) is [10%]
PASS Web Animations: property <border-image-width> from [10%] to [20] at (0.3) is [10%]
+PASS Web Animations: property <border-image-width> from [10%] to [20] at (0.5) is [20]
PASS Web Animations: property <border-image-width> from [10%] to [20] at (0.6) is [20]
PASS Web Animations: property <border-image-width> from [10%] to [20] at (1) is [20]
PASS Web Animations: property <border-image-width> from [10%] to [20] at (1.5) is [20]
PASS Web Animations: property <border-image-width> from [10] to [20%] at (-0.3) is [10]
PASS Web Animations: property <border-image-width> from [10] to [20%] at (0) is [10]
PASS Web Animations: property <border-image-width> from [10] to [20%] at (0.3) is [10]
+PASS Web Animations: property <border-image-width> from [10] to [20%] at (0.5) is [20%]
PASS Web Animations: property <border-image-width> from [10] to [20%] at (0.6) is [20%]
PASS Web Animations: property <border-image-width> from [10] to [20%] at (1) is [20%]
PASS Web Animations: property <border-image-width> from [10] to [20%] at (1.5) is [20%]

Powered by Google App Engine
This is Rietveld 408576698