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

Side by Side 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 unified diff | Download patch
OLDNEW
1 CSS Animations: 1 CSS Animations:
2 PASS: text-decoration-color from [orange] to [blue] was [#ffff00] at -5 2 PASS: text-decoration-color from [orange] to [blue] was [#ffff00] at -5
3 PASS: text-decoration-color from [orange] to [blue] was [#ffe700] at -0.4 3 PASS: text-decoration-color from [orange] to [blue] was [#ffe700] at -0.4
4 PASS: text-decoration-color from [orange] to [blue] was [orange] at 0 4 PASS: text-decoration-color from [orange] to [blue] was [orange] at 0
5 PASS: text-decoration-color from [orange] to [blue] was [#cc8433] at 0.2 5 PASS: text-decoration-color from [orange] to [blue] was [#cc8433] at 0.2
6 PASS: text-decoration-color from [orange] to [blue] was [#664299] at 0.6 6 PASS: text-decoration-color from [orange] to [blue] was [#664299] at 0.6
7 PASS: text-decoration-color from [orange] to [blue] was [blue] at 1 7 PASS: text-decoration-color from [orange] to [blue] was [blue] at 1
8 PASS: text-decoration-color from [orange] to [blue] was [blue] at 1.5 8 PASS: text-decoration-color from [orange] to [blue] was [blue] at 1.5
9 PASS: text-decoration-color from [initial] to [red] was [#00ffff] at -5
10 PASS: text-decoration-color from [initial] to [red] was [#00b6fc] at -0.4
11 PASS: text-decoration-color from [initial] to [red] was [steelblue] at 0
12 PASS: text-decoration-color from [initial] to [red] was [#6B6890] at 0.2
13 PASS: text-decoration-color from [initial] to [red] was [#b53448] at 0.6
14 PASS: text-decoration-color from [initial] to [red] was [red] at 1
15 PASS: text-decoration-color from [initial] to [red] was [red] at 1.5
9 16
10 Web Animations API: 17 Web Animations API:
11 PASS: textDecorationColor from [orange] to [blue] was [#ffff00] at -5 18 PASS: textDecorationColor from [orange] to [blue] was [#ffff00] at -5
12 PASS: textDecorationColor from [orange] to [blue] was [#ffe700] at -0.4 19 PASS: textDecorationColor from [orange] to [blue] was [#ffe700] at -0.4
13 PASS: textDecorationColor from [orange] to [blue] was [orange] at 0 20 PASS: textDecorationColor from [orange] to [blue] was [orange] at 0
14 PASS: textDecorationColor from [orange] to [blue] was [#cc8433] at 0.2 21 PASS: textDecorationColor from [orange] to [blue] was [#cc8433] at 0.2
15 PASS: textDecorationColor from [orange] to [blue] was [#664299] at 0.6 22 PASS: textDecorationColor from [orange] to [blue] was [#664299] at 0.6
16 PASS: textDecorationColor from [orange] to [blue] was [blue] at 1 23 PASS: textDecorationColor from [orange] to [blue] was [blue] at 1
17 PASS: textDecorationColor from [orange] to [blue] was [blue] at 1.5 24 PASS: textDecorationColor from [orange] to [blue] was [blue] at 1.5
25 PASS: textDecorationColor from [initial] to [red] was [#00ffff] at -5
26 PASS: textDecorationColor from [initial] to [red] was [#00b6fc] at -0.4
27 PASS: textDecorationColor from [initial] to [red] was [steelblue] at 0
28 PASS: textDecorationColor from [initial] to [red] was [#6B6890] at 0.2
29 PASS: textDecorationColor from [initial] to [red] was [#b53448] at 0.6
30 PASS: textDecorationColor from [initial] to [red] was [red] at 1
31 PASS: textDecorationColor from [initial] to [red] was [red] at 1.5
18 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698