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

Unified Diff: LayoutTests/animations/interpolation/text-decoration-color-interpolation-expected.txt

Issue 746173002: Respect fallback colors when interpolating text-decoration-color. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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: LayoutTests/animations/interpolation/text-decoration-color-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/text-decoration-color-interpolation-expected.txt b/LayoutTests/animations/interpolation/text-decoration-color-interpolation-expected.txt
index 378533107322b3e79d8b3bf40909c5bbfe08d12d..bb9fb8ba653ad16f3477bca87f8975c69d47aa01 100644
--- a/LayoutTests/animations/interpolation/text-decoration-color-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/text-decoration-color-interpolation-expected.txt
@@ -6,6 +6,13 @@ PASS: text-decoration-color from [orange] to [blue] was [#cc8433] at 0.2
PASS: text-decoration-color from [orange] to [blue] was [#664299] at 0.6
PASS: text-decoration-color from [orange] to [blue] was [blue] at 1
PASS: text-decoration-color from [orange] to [blue] was [blue] at 1.5
+PASS: text-decoration-color from [initial] to [red] was [#00ffff] at -5
+PASS: text-decoration-color from [initial] to [red] was [#00b6fc] at -0.4
+PASS: text-decoration-color from [initial] to [red] was [steelblue] at 0
+PASS: text-decoration-color from [initial] to [red] was [#6B6890] at 0.2
+PASS: text-decoration-color from [initial] to [red] was [#b53448] at 0.6
+PASS: text-decoration-color from [initial] to [red] was [red] at 1
+PASS: text-decoration-color from [initial] to [red] was [red] at 1.5
Web Animations API:
PASS: textDecorationColor from [orange] to [blue] was [#ffff00] at -5
@@ -15,4 +22,11 @@ PASS: textDecorationColor from [orange] to [blue] was [#cc8433] at 0.2
PASS: textDecorationColor from [orange] to [blue] was [#664299] at 0.6
PASS: textDecorationColor from [orange] to [blue] was [blue] at 1
PASS: textDecorationColor from [orange] to [blue] was [blue] at 1.5
+PASS: textDecorationColor from [initial] to [red] was [#00ffff] at -5
+PASS: textDecorationColor from [initial] to [red] was [#00b6fc] at -0.4
+PASS: textDecorationColor from [initial] to [red] was [steelblue] at 0
+PASS: textDecorationColor from [initial] to [red] was [#6B6890] at 0.2
+PASS: textDecorationColor from [initial] to [red] was [#b53448] at 0.6
+PASS: textDecorationColor from [initial] to [red] was [red] at 1
+PASS: textDecorationColor from [initial] to [red] was [red] at 1.5

Powered by Google App Engine
This is Rietveld 408576698