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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/custom-properties/color-type-interpolation-expected.txt

Issue 2564793002: Add smooth interpolation support for <color> custom properties (Closed)
Patch Set: <color> Created 3 years, 11 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS This test uses interpolation-test.js.
3 FAIL CSS Transitions: property <--color> from neutral to [green] at (-0.3) is [g reen] assert_equals: expected "rgb ( 255 , 255 , 0 ) " but got "green "
4 FAIL CSS Transitions: property <--color> from neutral to [green] at (0) is [gree n] assert_equals: expected "rgb ( 255 , 255 , 0 ) " but got "green "
5 FAIL CSS Transitions: property <--color> from neutral to [green] at (0.3) is [gr een] assert_equals: expected "rgb ( 179 , 217 , 0 ) " but got "green "
6 FAIL CSS Transitions: property <--color> from neutral to [green] at (0.6) is [gr een] assert_equals: expected "rgb ( 102 , 179 , 0 ) " but got "green "
7 FAIL CSS Transitions: property <--color> from neutral to [green] at (1) is [gree n] assert_equals: expected "rgb ( 0 , 128 , 0 ) " but got "green "
8 FAIL CSS Transitions: property <--color> from neutral to [green] at (1.5) is [gr een] assert_equals: expected "rgb ( 0 , 65 , 0 ) " but got "green "
9 FAIL CSS Transitions: property <--color> from [initial] to [green] at (-0.3) is [green] assert_equals: expected "rgb ( 0 , 0 , 0 ) " but got "green "
10 FAIL CSS Transitions: property <--color> from [initial] to [green] at (0) is [gr een] assert_equals: expected "rgb ( 0 , 0 , 0 ) " but got "green "
11 FAIL CSS Transitions: property <--color> from [initial] to [green] at (0.3) is [ green] assert_equals: expected "rgb ( 0 , 38 , 0 ) " but got "green "
12 FAIL CSS Transitions: property <--color> from [initial] to [green] at (0.6) is [ green] assert_equals: expected "rgb ( 0 , 77 , 0 ) " but got "green "
13 FAIL CSS Transitions: property <--color> from [initial] to [green] at (1) is [gr een] assert_equals: expected "rgb ( 0 , 128 , 0 ) " but got "green "
14 FAIL CSS Transitions: property <--color> from [initial] to [green] at (1.5) is [ green] assert_equals: expected "rgb ( 0 , 192 , 0 ) " but got "green "
15 FAIL CSS Transitions: property <--color> from [inherit] to [green] at (-0.3) is [green] assert_equals: expected "rgb ( 0 , 0 , 255 ) " but got "green "
16 FAIL CSS Transitions: property <--color> from [inherit] to [green] at (0) is [gr een] assert_equals: expected "rgb ( 0 , 0 , 255 ) " but got "green "
17 FAIL CSS Transitions: property <--color> from [inherit] to [green] at (0.3) is [ green] assert_equals: expected "rgb ( 0 , 38 , 179 ) " but got "green "
18 FAIL CSS Transitions: property <--color> from [inherit] to [green] at (0.6) is [ green] assert_equals: expected "rgb ( 0 , 77 , 102 ) " but got "green "
19 FAIL CSS Transitions: property <--color> from [inherit] to [green] at (1) is [gr een] assert_equals: expected "rgb ( 0 , 128 , 0 ) " but got "green "
20 FAIL CSS Transitions: property <--color> from [inherit] to [green] at (1.5) is [ green] assert_equals: expected "rgb ( 0 , 192 , 0 ) " but got "green "
21 FAIL CSS Transitions: property <--color> from [unset] to [green] at (-0.3) is [g reen] assert_equals: expected "rgb ( 0 , 0 , 0 ) " but got "green "
22 FAIL CSS Transitions: property <--color> from [unset] to [green] at (0) is [gree n] assert_equals: expected "rgb ( 0 , 0 , 0 ) " but got "green "
23 FAIL CSS Transitions: property <--color> from [unset] to [green] at (0.3) is [gr een] assert_equals: expected "rgb ( 0 , 38 , 0 ) " but got "green "
24 FAIL CSS Transitions: property <--color> from [unset] to [green] at (0.6) is [gr een] assert_equals: expected "rgb ( 0 , 77 , 0 ) " but got "green "
25 FAIL CSS Transitions: property <--color> from [unset] to [green] at (1) is [gree n] assert_equals: expected "rgb ( 0 , 128 , 0 ) " but got "green "
26 FAIL CSS Transitions: property <--color> from [unset] to [green] at (1.5) is [gr een] assert_equals: expected "rgb ( 0 , 192 , 0 ) " but got "green "
27 FAIL CSS Transitions: property <--color> from [black] to [orange] at (-0.3) is [ orange] assert_equals: expected "rgb ( 0 , 0 , 0 ) " but got "orange "
28 FAIL CSS Transitions: property <--color> from [black] to [orange] at (0) is [ora nge] assert_equals: expected "rgb ( 0 , 0 , 0 ) " but got "orange "
29 FAIL CSS Transitions: property <--color> from [black] to [orange] at (0.3) is [o range] assert_equals: expected "rgb ( 77 , 50 , 0 ) " but got "orange "
30 FAIL CSS Transitions: property <--color> from [black] to [orange] at (0.6) is [o range] assert_equals: expected "rgb ( 153 , 99 , 0 ) " but got "orange "
31 FAIL CSS Transitions: property <--color> from [black] to [orange] at (1) is [ora nge] assert_equals: expected "rgb ( 255 , 165 , 0 ) " but got "orange "
32 FAIL CSS Transitions: property <--color> from [black] to [orange] at (1.5) is [o range] assert_equals: expected "rgb ( 255 , 248 , 0 ) " but got "orange "
33 FAIL CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (-0.3) is [green] assert_equals: expected "rgb ( 255 , 0 , 0 ) " but got "green "
34 FAIL CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (0) is [green] assert_equals: expected "rgb ( 255 , 0 , 0 ) " but got "green "
35 FAIL CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (0.3) is [green] assert_equals: expected "rgb ( 179 , 38 , 0 ) " but got "green "
36 FAIL CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (0.6) is [green] assert_equals: expected "rgb ( 102 , 77 , 0 ) " but got "green "
37 FAIL CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (1) is [green] assert_equals: expected "rgb ( 0 , 128 , 0 ) " but got "green "
38 FAIL CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (1.5) is [green] assert_equals: expected "rgb ( 0 , 192 , 0 ) " but got "green "
39 FAIL CSS Transitions: property <--color> from [-webkit-link] to [green] at (-0.3 ) is [green] assert_equals: expected "rgb ( 0 , 0 , 255 ) " but got "green "
40 FAIL CSS Transitions: property <--color> from [-webkit-link] to [green] at (0) i s [green] assert_equals: expected "rgb ( 0 , 0 , 255 ) " but got "green "
41 FAIL CSS Transitions: property <--color> from [-webkit-link] to [green] at (0.3) is [green] assert_equals: expected "rgb ( 0 , 38 , 179 ) " but got "green "
42 FAIL CSS Transitions: property <--color> from [-webkit-link] to [green] at (0.6) is [green] assert_equals: expected "rgb ( 0 , 77 , 102 ) " but got "green "
43 FAIL CSS Transitions: property <--color> from [-webkit-link] to [green] at (1) i s [green] assert_equals: expected "rgb ( 0 , 128 , 0 ) " but got "green "
44 FAIL CSS Transitions: property <--color> from [-webkit-link] to [green] at (1.5) is [green] assert_equals: expected "rgb ( 0 , 192 , 0 ) " but got "green "
45 PASS CSS Animations: property <--color> from neutral to [green] at (-0.3) is [rg b(255, 255, 0)]
46 PASS CSS Animations: property <--color> from neutral to [green] at (0) is [rgb(2 55, 255, 0)]
47 PASS CSS Animations: property <--color> from neutral to [green] at (0.3) is [rgb (179, 217, 0)]
48 PASS CSS Animations: property <--color> from neutral to [green] at (0.6) is [rgb (102, 179, 0)]
49 PASS CSS Animations: property <--color> from neutral to [green] at (1) is [rgb(0 , 128, 0)]
50 PASS CSS Animations: property <--color> from neutral to [green] at (1.5) is [rgb (0, 65, 0)]
51 PASS CSS Animations: property <--color> from [initial] to [green] at (-0.3) is [ rgb(0, 0, 0)]
52 PASS CSS Animations: property <--color> from [initial] to [green] at (0) is [rgb (0, 0, 0)]
53 PASS CSS Animations: property <--color> from [initial] to [green] at (0.3) is [r gb(0, 38, 0)]
54 PASS CSS Animations: property <--color> from [initial] to [green] at (0.6) is [r gb(0, 77, 0)]
55 PASS CSS Animations: property <--color> from [initial] to [green] at (1) is [rgb (0, 128, 0)]
56 PASS CSS Animations: property <--color> from [initial] to [green] at (1.5) is [r gb(0, 192, 0)]
57 PASS CSS Animations: property <--color> from [inherit] to [green] at (-0.3) is [ rgb(0, 0, 255)]
58 PASS CSS Animations: property <--color> from [inherit] to [green] at (0) is [rgb (0, 0, 255)]
59 PASS CSS Animations: property <--color> from [inherit] to [green] at (0.3) is [r gb(0, 38, 179)]
60 PASS CSS Animations: property <--color> from [inherit] to [green] at (0.6) is [r gb(0, 77, 102)]
61 PASS CSS Animations: property <--color> from [inherit] to [green] at (1) is [rgb (0, 128, 0)]
62 PASS CSS Animations: property <--color> from [inherit] to [green] at (1.5) is [r gb(0, 192, 0)]
63 PASS CSS Animations: property <--color> from [unset] to [green] at (-0.3) is [rg b(0, 0, 0)]
64 PASS CSS Animations: property <--color> from [unset] to [green] at (0) is [rgb(0 , 0, 0)]
65 PASS CSS Animations: property <--color> from [unset] to [green] at (0.3) is [rgb (0, 38, 0)]
66 PASS CSS Animations: property <--color> from [unset] to [green] at (0.6) is [rgb (0, 77, 0)]
67 PASS CSS Animations: property <--color> from [unset] to [green] at (1) is [rgb(0 , 128, 0)]
68 PASS CSS Animations: property <--color> from [unset] to [green] at (1.5) is [rgb (0, 192, 0)]
69 PASS CSS Animations: property <--color> from [black] to [orange] at (-0.3) is [r gb(0, 0, 0)]
70 PASS CSS Animations: property <--color> from [black] to [orange] at (0) is [rgb( 0, 0, 0)]
71 PASS CSS Animations: property <--color> from [black] to [orange] at (0.3) is [rg b(77, 50, 0)]
72 PASS CSS Animations: property <--color> from [black] to [orange] at (0.6) is [rg b(153, 99, 0)]
73 PASS CSS Animations: property <--color> from [black] to [orange] at (1) is [rgb( 255, 165, 0)]
74 PASS CSS Animations: property <--color> from [black] to [orange] at (1.5) is [rg b(255, 248, 0)]
75 PASS CSS Animations: property <--color> from [-webkit-activelink] to [green] at (-0.3) is [rgb(255, 0, 0)]
76 PASS CSS Animations: property <--color> from [-webkit-activelink] to [green] at (0) is [rgb(255, 0, 0)]
77 PASS CSS Animations: property <--color> from [-webkit-activelink] to [green] at (0.3) is [rgb(179, 38, 0)]
78 PASS CSS Animations: property <--color> from [-webkit-activelink] to [green] at (0.6) is [rgb(102, 77, 0)]
79 PASS CSS Animations: property <--color> from [-webkit-activelink] to [green] at (1) is [rgb(0, 128, 0)]
80 PASS CSS Animations: property <--color> from [-webkit-activelink] to [green] at (1.5) is [rgb(0, 192, 0)]
81 PASS CSS Animations: property <--color> from [-webkit-link] to [green] at (-0.3) is [rgb(0, 0, 255)]
82 PASS CSS Animations: property <--color> from [-webkit-link] to [green] at (0) is [rgb(0, 0, 255)]
83 PASS CSS Animations: property <--color> from [-webkit-link] to [green] at (0.3) is [rgb(0, 38, 179)]
84 PASS CSS Animations: property <--color> from [-webkit-link] to [green] at (0.6) is [rgb(0, 77, 102)]
85 PASS CSS Animations: property <--color> from [-webkit-link] to [green] at (1) is [rgb(0, 128, 0)]
86 PASS CSS Animations: property <--color> from [-webkit-link] to [green] at (1.5) is [rgb(0, 192, 0)]
87 PASS Web Animations: property <--color> from neutral to [green] at (-0.3) is [rg b(255, 255, 0)]
88 PASS Web Animations: property <--color> from neutral to [green] at (0) is [rgb(2 55, 255, 0)]
89 PASS Web Animations: property <--color> from neutral to [green] at (0.3) is [rgb (179, 217, 0)]
90 PASS Web Animations: property <--color> from neutral to [green] at (0.6) is [rgb (102, 179, 0)]
91 PASS Web Animations: property <--color> from neutral to [green] at (1) is [rgb(0 , 128, 0)]
92 PASS Web Animations: property <--color> from neutral to [green] at (1.5) is [rgb (0, 65, 0)]
93 PASS Web Animations: property <--color> from [initial] to [green] at (-0.3) is [ rgb(0, 0, 0)]
94 PASS Web Animations: property <--color> from [initial] to [green] at (0) is [rgb (0, 0, 0)]
95 PASS Web Animations: property <--color> from [initial] to [green] at (0.3) is [r gb(0, 38, 0)]
96 PASS Web Animations: property <--color> from [initial] to [green] at (0.6) is [r gb(0, 77, 0)]
97 PASS Web Animations: property <--color> from [initial] to [green] at (1) is [rgb (0, 128, 0)]
98 PASS Web Animations: property <--color> from [initial] to [green] at (1.5) is [r gb(0, 192, 0)]
99 PASS Web Animations: property <--color> from [inherit] to [green] at (-0.3) is [ rgb(0, 0, 255)]
100 PASS Web Animations: property <--color> from [inherit] to [green] at (0) is [rgb (0, 0, 255)]
101 PASS Web Animations: property <--color> from [inherit] to [green] at (0.3) is [r gb(0, 38, 179)]
102 PASS Web Animations: property <--color> from [inherit] to [green] at (0.6) is [r gb(0, 77, 102)]
103 PASS Web Animations: property <--color> from [inherit] to [green] at (1) is [rgb (0, 128, 0)]
104 PASS Web Animations: property <--color> from [inherit] to [green] at (1.5) is [r gb(0, 192, 0)]
105 PASS Web Animations: property <--color> from [unset] to [green] at (-0.3) is [rg b(0, 0, 0)]
106 PASS Web Animations: property <--color> from [unset] to [green] at (0) is [rgb(0 , 0, 0)]
107 PASS Web Animations: property <--color> from [unset] to [green] at (0.3) is [rgb (0, 38, 0)]
108 PASS Web Animations: property <--color> from [unset] to [green] at (0.6) is [rgb (0, 77, 0)]
109 PASS Web Animations: property <--color> from [unset] to [green] at (1) is [rgb(0 , 128, 0)]
110 PASS Web Animations: property <--color> from [unset] to [green] at (1.5) is [rgb (0, 192, 0)]
111 PASS Web Animations: property <--color> from [black] to [orange] at (-0.3) is [r gb(0, 0, 0)]
112 PASS Web Animations: property <--color> from [black] to [orange] at (0) is [rgb( 0, 0, 0)]
113 PASS Web Animations: property <--color> from [black] to [orange] at (0.3) is [rg b(77, 50, 0)]
114 PASS Web Animations: property <--color> from [black] to [orange] at (0.6) is [rg b(153, 99, 0)]
115 PASS Web Animations: property <--color> from [black] to [orange] at (1) is [rgb( 255, 165, 0)]
116 PASS Web Animations: property <--color> from [black] to [orange] at (1.5) is [rg b(255, 248, 0)]
117 PASS Web Animations: property <--color> from [-webkit-activelink] to [green] at (-0.3) is [rgb(255, 0, 0)]
118 PASS Web Animations: property <--color> from [-webkit-activelink] to [green] at (0) is [rgb(255, 0, 0)]
119 PASS Web Animations: property <--color> from [-webkit-activelink] to [green] at (0.3) is [rgb(179, 38, 0)]
120 PASS Web Animations: property <--color> from [-webkit-activelink] to [green] at (0.6) is [rgb(102, 77, 0)]
121 PASS Web Animations: property <--color> from [-webkit-activelink] to [green] at (1) is [rgb(0, 128, 0)]
122 PASS Web Animations: property <--color> from [-webkit-activelink] to [green] at (1.5) is [rgb(0, 192, 0)]
123 PASS Web Animations: property <--color> from [-webkit-link] to [green] at (-0.3) is [rgb(0, 0, 255)]
124 PASS Web Animations: property <--color> from [-webkit-link] to [green] at (0) is [rgb(0, 0, 255)]
125 PASS Web Animations: property <--color> from [-webkit-link] to [green] at (0.3) is [rgb(0, 38, 179)]
126 PASS Web Animations: property <--color> from [-webkit-link] to [green] at (0.6) is [rgb(0, 77, 102)]
127 PASS Web Animations: property <--color> from [-webkit-link] to [green] at (1) is [rgb(0, 128, 0)]
128 PASS Web Animations: property <--color> from [-webkit-link] to [green] at (1.5) is [rgb(0, 192, 0)]
129 Harness: the test ran to completion.
130
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698