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

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

Issue 1379263002: Don't use pairwise keyframe interpolation at fractions 0 and 1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_listInterpolationFunctions
Patch Set: Created 5 years, 3 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 45cbcea44192bd86091f78edd08d4c0e2acab7ae..293aeac8c7a0131674e35a739aac12a802a844bf 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
@@ -7,7 +7,7 @@ PASS CSS Transitions: property <text-shadow> from [] to [20px 20px 20px green] a
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 [initial] to [20px 20px 20px green] at (-0.3) is [rgba(0, 0, 0, 0) -6px -6px 0px]
-FAIL CSS Transitions: property <text-shadow> from [initial] to [20px 20px 20px green] at (0) is [none] assert_equals: expected "rgba ( 0 , 0 , 0 , 0 ) 0px 0px 0px " but got "none "
+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 "
PASS CSS Transitions: property <text-shadow> from [initial] to [20px 20px 20px green] at (0.6) is [rgba(0, 128, 0, 0.6) 12px 12px 12px]
PASS CSS Transitions: property <text-shadow> from [initial] to [20px 20px 20px green] at (1) is [rgb(0, 128, 0) 20px 20px 20px]
@@ -43,7 +43,7 @@ PASS CSS Animations: property <text-shadow> from [] to [20px 20px 20px green] at
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 [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 [rgba(0, 0, 0, 0) 0px 0px 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]
PASS CSS Animations: property <text-shadow> from [initial] to [20px 20px 20px green] at (0.6) is [rgba(0, 128, 0, 0.6) 12px 12px 12px]
PASS CSS Animations: property <text-shadow> from [initial] to [20px 20px 20px green] at (1) is [rgb(0, 128, 0) 20px 20px 20px]
@@ -73,7 +73,7 @@ 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 (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 [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 [rgba(0, 0, 0, 0) 0px 0px 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]
PASS Web Animations: property <text-shadow> from [initial] to [20px 20px 20px green] at (0.6) is [rgba(0, 128, 0, 0.6) 12px 12px 12px]
PASS Web Animations: property <text-shadow> from [initial] to [20px 20px 20px green] at (1) is [rgb(0, 128, 0) 20px 20px 20px]

Powered by Google App Engine
This is Rietveld 408576698