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

Unified Diff: third_party/WebKit/LayoutTests/animations/interpolation/text-shadow-interpolation-expected.txt

Issue 1881333002: Use neutralKeyframe sentinal instead of '' for interpolation-test.js tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix composition test code Created 4 years, 8 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/text-shadow-interpolation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/text-shadow-interpolation-expected.txt b/third_party/WebKit/LayoutTests/animations/interpolation/text-shadow-interpolation-expected.txt
index 293aeac8c7a0131674e35a739aac12a802a844bf..52778384283da9853ca84fe39f310c8ac3c7e766 100644
--- a/third_party/WebKit/LayoutTests/animations/interpolation/text-shadow-interpolation-expected.txt
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/text-shadow-interpolation-expected.txt
@@ -1,11 +1,11 @@
This is a testharness.js-based test.
PASS This test uses interpolation-test.js.
-PASS CSS Transitions: property <text-shadow> from [] to [20px 20px 20px green] at (-0.3) is [rgb(255, 176, 0) 7px 33px 7px]
-PASS CSS Transitions: property <text-shadow> from [] to [20px 20px 20px green] at (0) is [rgb(255, 165, 0) 10px 30px 10px]
-PASS CSS Transitions: property <text-shadow> from [] to [20px 20px 20px green] at (0.3) is [rgb(179, 154, 0) 13px 27px 13px]
-PASS CSS Transitions: property <text-shadow> from [] to [20px 20px 20px green] at (0.6) is [rgb(102, 143, 0) 16px 24px 16px]
-PASS CSS Transitions: property <text-shadow> from [] to [20px 20px 20px green] at (1) is [rgb(0, 128, 0) 20px 20px 20px]
-PASS CSS Transitions: property <text-shadow> from [] to [20px 20px 20px green] at (1.5) is [rgb(0, 110, 0) 25px 15px 25px]
+PASS CSS Transitions: property <text-shadow> from neutral to [20px 20px 20px green] at (-0.3) is [rgb(255, 176, 0) 7px 33px 7px]
+PASS CSS Transitions: property <text-shadow> from neutral to [20px 20px 20px green] at (0) is [rgb(255, 165, 0) 10px 30px 10px]
+PASS CSS Transitions: property <text-shadow> from neutral to [20px 20px 20px green] at (0.3) is [rgb(179, 154, 0) 13px 27px 13px]
+PASS CSS Transitions: property <text-shadow> from neutral to [20px 20px 20px green] at (0.6) is [rgb(102, 143, 0) 16px 24px 16px]
+PASS CSS Transitions: property <text-shadow> from neutral to [20px 20px 20px green] at (1) is [rgb(0, 128, 0) 20px 20px 20px]
+PASS CSS Transitions: property <text-shadow> from neutral to [20px 20px 20px green] at (1.5) is [rgb(0, 110, 0) 25px 15px 25px]
PASS CSS Transitions: property <text-shadow> from [initial] to [20px 20px 20px green] at (-0.3) is [rgba(0, 0, 0, 0) -6px -6px 0px]
PASS CSS Transitions: property <text-shadow> from [initial] to [20px 20px 20px green] at (0) is [none]
FAIL CSS Transitions: property <text-shadow> from [initial] to [20px 20px 20px green] at (0.3) is [rgba(0, 125, 0, 0.301961) 6px 6px 6px] assert_equals: expected "rgba ( 0 , 128 , 0 , 0.3 ) 6px 6px 6px " but got "rgba ( 0 , 125 , 0 , 0.3 ) 6px 6px 6px "
@@ -36,12 +36,12 @@ PASS CSS Transitions: property <text-shadow> from [10px 10px 10px black] to [10p
PASS CSS Transitions: property <text-shadow> from [10px 10px 10px black] to [10px 10px 10px currentColor] at (0.6) is [rgb(0, 77, 0) 10px 10px 10px]
PASS CSS Transitions: property <text-shadow> from [10px 10px 10px black] to [10px 10px 10px currentColor] at (1) is [rgb(0, 128, 0) 10px 10px 10px]
PASS CSS Transitions: property <text-shadow> from [10px 10px 10px black] to [10px 10px 10px currentColor] at (1.5) is [rgb(0, 192, 0) 10px 10px 10px]
-PASS CSS Animations: property <text-shadow> from [] to [20px 20px 20px green] at (-0.3) is [rgb(255, 176, 0) 7px 33px 7px]
-PASS CSS Animations: property <text-shadow> from [] to [20px 20px 20px green] at (0) is [rgb(255, 165, 0) 10px 30px 10px]
-PASS CSS Animations: property <text-shadow> from [] to [20px 20px 20px green] at (0.3) is [rgb(179, 154, 0) 13px 27px 13px]
-PASS CSS Animations: property <text-shadow> from [] to [20px 20px 20px green] at (0.6) is [rgb(102, 143, 0) 16px 24px 16px]
-PASS CSS Animations: property <text-shadow> from [] to [20px 20px 20px green] at (1) is [rgb(0, 128, 0) 20px 20px 20px]
-PASS CSS Animations: property <text-shadow> from [] to [20px 20px 20px green] at (1.5) is [rgb(0, 110, 0) 25px 15px 25px]
+PASS CSS Animations: property <text-shadow> from neutral to [20px 20px 20px green] at (-0.3) is [rgb(255, 176, 0) 7px 33px 7px]
+PASS CSS Animations: property <text-shadow> from neutral to [20px 20px 20px green] at (0) is [rgb(255, 165, 0) 10px 30px 10px]
+PASS CSS Animations: property <text-shadow> from neutral to [20px 20px 20px green] at (0.3) is [rgb(179, 154, 0) 13px 27px 13px]
+PASS CSS Animations: property <text-shadow> from neutral to [20px 20px 20px green] at (0.6) is [rgb(102, 143, 0) 16px 24px 16px]
+PASS CSS Animations: property <text-shadow> from neutral to [20px 20px 20px green] at (1) is [rgb(0, 128, 0) 20px 20px 20px]
+PASS CSS Animations: property <text-shadow> from neutral to [20px 20px 20px green] at (1.5) is [rgb(0, 110, 0) 25px 15px 25px]
PASS CSS Animations: property <text-shadow> from [initial] to [20px 20px 20px green] at (-0.3) is [rgba(0, 0, 0, 0) -6px -6px 0px]
PASS CSS Animations: property <text-shadow> from [initial] to [20px 20px 20px green] at (0) is [none]
PASS CSS Animations: property <text-shadow> from [initial] to [20px 20px 20px green] at (0.3) is [rgba(0, 128, 0, 0.301961) 6px 6px 6px]
@@ -72,6 +72,12 @@ PASS CSS Animations: property <text-shadow> from [10px 10px 10px black] to [10px
PASS CSS Animations: property <text-shadow> from [10px 10px 10px black] to [10px 10px 10px currentColor] at (0.6) is [rgb(0, 77, 0) 10px 10px 10px]
PASS CSS Animations: property <text-shadow> from [10px 10px 10px black] to [10px 10px 10px currentColor] at (1) is [rgb(0, 128, 0) 10px 10px 10px]
PASS CSS Animations: property <text-shadow> from [10px 10px 10px black] to [10px 10px 10px currentColor] at (1.5) is [rgb(0, 192, 0) 10px 10px 10px]
+PASS Web Animations: property <text-shadow> from neutral to [20px 20px 20px green] at (-0.3) is [rgb(255, 176, 0) 7px 33px 7px]
+PASS Web Animations: property <text-shadow> from neutral to [20px 20px 20px green] at (0) is [rgb(255, 165, 0) 10px 30px 10px]
+PASS Web Animations: property <text-shadow> from neutral to [20px 20px 20px green] at (0.3) is [rgb(179, 154, 0) 13px 27px 13px]
+PASS Web Animations: property <text-shadow> from neutral to [20px 20px 20px green] at (0.6) is [rgb(102, 143, 0) 16px 24px 16px]
+PASS Web Animations: property <text-shadow> from neutral to [20px 20px 20px green] at (1) is [rgb(0, 128, 0) 20px 20px 20px]
+PASS Web Animations: property <text-shadow> from neutral to [20px 20px 20px green] at (1.5) is [rgb(0, 110, 0) 25px 15px 25px]
PASS Web Animations: property <text-shadow> from [initial] to [20px 20px 20px green] at (-0.3) is [rgba(0, 0, 0, 0) -6px -6px 0px]
PASS Web Animations: property <text-shadow> from [initial] to [20px 20px 20px green] at (0) is [none]
PASS Web Animations: property <text-shadow> from [initial] to [20px 20px 20px green] at (0.3) is [rgba(0, 128, 0, 0.301961) 6px 6px 6px]

Powered by Google App Engine
This is Rietveld 408576698