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

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: Rebase Created 3 years, 10 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 [black] to [currentcolor] at (-0.3 ) is [currentcolor] assert_equals: expected "rgb ( 0 , 0 , 0 ) " but got "curren tcolor "
34 FAIL CSS Transitions: property <--color> from [black] to [currentcolor] at (0) i s [currentcolor] assert_equals: expected "rgb ( 0 , 0 , 0 ) " but got "currentco lor "
35 FAIL CSS Transitions: property <--color> from [black] to [currentcolor] at (0.3) is [currentcolor] assert_equals: expected "rgb ( 0 , 77 , 0 ) " but got "curren tcolor "
36 FAIL CSS Transitions: property <--color> from [black] to [currentcolor] at (0.6) is [currentcolor] assert_equals: expected "rgb ( 0 , 153 , 0 ) " but got "curre ntcolor "
37 FAIL CSS Transitions: property <--color> from [black] to [currentcolor] at (1) i s [currentcolor] assert_equals: expected "rgb ( 0 , 255 , 0 ) " but got "current color "
38 FAIL CSS Transitions: property <--color> from [black] to [currentcolor] at (1.5) is [currentcolor] assert_equals: expected "rgb ( 0 , 255 , 0 ) " but got "curre ntcolor "
39 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 "
40 FAIL CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (0) is [green] assert_equals: expected "rgb ( 255 , 0 , 0 ) " but got "green "
41 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 "
42 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 "
43 FAIL CSS Transitions: property <--color> from [-webkit-activelink] to [green] at (1) is [green] assert_equals: expected "rgb ( 0 , 128 , 0 ) " but got "green "
44 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 "
45 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 "
46 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 "
47 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 "
48 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 "
49 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 "
50 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 "
51 PASS CSS Animations: property <--color> from neutral to [green] at (-0.3) is [rg b(255, 255, 0)]
52 PASS CSS Animations: property <--color> from neutral to [green] at (0) is [rgb(2 55, 255, 0)]
53 PASS CSS Animations: property <--color> from neutral to [green] at (0.3) is [rgb (179, 217, 0)]
54 PASS CSS Animations: property <--color> from neutral to [green] at (0.6) is [rgb (102, 179, 0)]
55 PASS CSS Animations: property <--color> from neutral to [green] at (1) is [rgb(0 , 128, 0)]
56 PASS CSS Animations: property <--color> from neutral to [green] at (1.5) is [rgb (0, 65, 0)]
57 PASS CSS Animations: property <--color> from [initial] to [green] at (-0.3) is [ rgb(0, 0, 0)]
58 PASS CSS Animations: property <--color> from [initial] to [green] at (0) is [rgb (0, 0, 0)]
59 PASS CSS Animations: property <--color> from [initial] to [green] at (0.3) is [r gb(0, 38, 0)]
60 PASS CSS Animations: property <--color> from [initial] to [green] at (0.6) is [r gb(0, 77, 0)]
61 PASS CSS Animations: property <--color> from [initial] to [green] at (1) is [rgb (0, 128, 0)]
62 PASS CSS Animations: property <--color> from [initial] to [green] at (1.5) is [r gb(0, 192, 0)]
63 PASS CSS Animations: property <--color> from [inherit] to [green] at (-0.3) is [ rgb(0, 0, 255)]
64 PASS CSS Animations: property <--color> from [inherit] to [green] at (0) is [rgb (0, 0, 255)]
65 PASS CSS Animations: property <--color> from [inherit] to [green] at (0.3) is [r gb(0, 38, 179)]
66 PASS CSS Animations: property <--color> from [inherit] to [green] at (0.6) is [r gb(0, 77, 102)]
67 PASS CSS Animations: property <--color> from [inherit] to [green] at (1) is [rgb (0, 128, 0)]
68 PASS CSS Animations: property <--color> from [inherit] to [green] at (1.5) is [r gb(0, 192, 0)]
69 PASS CSS Animations: property <--color> from [unset] to [green] at (-0.3) is [rg b(0, 0, 0)]
70 PASS CSS Animations: property <--color> from [unset] to [green] at (0) is [rgb(0 , 0, 0)]
71 PASS CSS Animations: property <--color> from [unset] to [green] at (0.3) is [rgb (0, 38, 0)]
72 PASS CSS Animations: property <--color> from [unset] to [green] at (0.6) is [rgb (0, 77, 0)]
73 PASS CSS Animations: property <--color> from [unset] to [green] at (1) is [rgb(0 , 128, 0)]
74 PASS CSS Animations: property <--color> from [unset] to [green] at (1.5) is [rgb (0, 192, 0)]
75 PASS CSS Animations: property <--color> from [black] to [orange] at (-0.3) is [r gb(0, 0, 0)]
76 PASS CSS Animations: property <--color> from [black] to [orange] at (0) is [rgb( 0, 0, 0)]
77 PASS CSS Animations: property <--color> from [black] to [orange] at (0.3) is [rg b(77, 50, 0)]
78 PASS CSS Animations: property <--color> from [black] to [orange] at (0.6) is [rg b(153, 99, 0)]
79 PASS CSS Animations: property <--color> from [black] to [orange] at (1) is [rgb( 255, 165, 0)]
80 PASS CSS Animations: property <--color> from [black] to [orange] at (1.5) is [rg b(255, 248, 0)]
81 PASS CSS Animations: property <--color> from [black] to [currentcolor] at (-0.3) is [rgb(0, 0, 0)]
82 PASS CSS Animations: property <--color> from [black] to [currentcolor] at (0) is [rgb(0, 0, 0)]
83 FAIL CSS Animations: property <--color> from [black] to [currentcolor] at (0.3) is [rgb(0, 0, 0)] assert_equals: expected "rgb ( 0 , 77 , 0 ) " but got "rgb ( 0 , 0 , 0 ) "
84 FAIL CSS Animations: property <--color> from [black] to [currentcolor] at (0.6) is [rgb(0, 0, 0)] assert_equals: expected "rgb ( 0 , 153 , 0 ) " but got "rgb ( 0 , 0 , 0 ) "
85 FAIL CSS Animations: property <--color> from [black] to [currentcolor] at (1) is [rgb(0, 0, 0)] assert_equals: expected "rgb ( 0 , 255 , 0 ) " but got "rgb ( 0 , 0 , 0 ) "
86 FAIL CSS Animations: property <--color> from [black] to [currentcolor] at (1.5) is [rgb(0, 0, 0)] assert_equals: expected "rgb ( 0 , 255 , 0 ) " but got "rgb ( 0 , 0 , 0 ) "
87 PASS CSS Animations: property <--color> from [-webkit-activelink] to [green] at (-0.3) is [rgb(255, 0, 0)]
88 PASS CSS Animations: property <--color> from [-webkit-activelink] to [green] at (0) is [rgb(255, 0, 0)]
89 PASS CSS Animations: property <--color> from [-webkit-activelink] to [green] at (0.3) is [rgb(179, 38, 0)]
90 PASS CSS Animations: property <--color> from [-webkit-activelink] to [green] at (0.6) is [rgb(102, 77, 0)]
91 PASS CSS Animations: property <--color> from [-webkit-activelink] to [green] at (1) is [rgb(0, 128, 0)]
92 PASS CSS Animations: property <--color> from [-webkit-activelink] to [green] at (1.5) is [rgb(0, 192, 0)]
93 PASS CSS Animations: property <--color> from [-webkit-link] to [green] at (-0.3) is [rgb(0, 0, 255)]
94 PASS CSS Animations: property <--color> from [-webkit-link] to [green] at (0) is [rgb(0, 0, 255)]
95 PASS CSS Animations: property <--color> from [-webkit-link] to [green] at (0.3) is [rgb(0, 38, 179)]
96 PASS CSS Animations: property <--color> from [-webkit-link] to [green] at (0.6) is [rgb(0, 77, 102)]
97 PASS CSS Animations: property <--color> from [-webkit-link] to [green] at (1) is [rgb(0, 128, 0)]
98 PASS CSS Animations: property <--color> from [-webkit-link] to [green] at (1.5) is [rgb(0, 192, 0)]
99 PASS Web Animations: property <--color> from neutral to [green] at (-0.3) is [rg b(255, 255, 0)]
100 PASS Web Animations: property <--color> from neutral to [green] at (0) is [rgb(2 55, 255, 0)]
101 PASS Web Animations: property <--color> from neutral to [green] at (0.3) is [rgb (179, 217, 0)]
102 PASS Web Animations: property <--color> from neutral to [green] at (0.6) is [rgb (102, 179, 0)]
103 PASS Web Animations: property <--color> from neutral to [green] at (1) is [rgb(0 , 128, 0)]
104 PASS Web Animations: property <--color> from neutral to [green] at (1.5) is [rgb (0, 65, 0)]
105 PASS Web Animations: property <--color> from [initial] to [green] at (-0.3) is [ rgb(0, 0, 0)]
106 PASS Web Animations: property <--color> from [initial] to [green] at (0) is [rgb (0, 0, 0)]
107 PASS Web Animations: property <--color> from [initial] to [green] at (0.3) is [r gb(0, 38, 0)]
108 PASS Web Animations: property <--color> from [initial] to [green] at (0.6) is [r gb(0, 77, 0)]
109 PASS Web Animations: property <--color> from [initial] to [green] at (1) is [rgb (0, 128, 0)]
110 PASS Web Animations: property <--color> from [initial] to [green] at (1.5) is [r gb(0, 192, 0)]
111 PASS Web Animations: property <--color> from [inherit] to [green] at (-0.3) is [ rgb(0, 0, 255)]
112 PASS Web Animations: property <--color> from [inherit] to [green] at (0) is [rgb (0, 0, 255)]
113 PASS Web Animations: property <--color> from [inherit] to [green] at (0.3) is [r gb(0, 38, 179)]
114 PASS Web Animations: property <--color> from [inherit] to [green] at (0.6) is [r gb(0, 77, 102)]
115 PASS Web Animations: property <--color> from [inherit] to [green] at (1) is [rgb (0, 128, 0)]
116 PASS Web Animations: property <--color> from [inherit] to [green] at (1.5) is [r gb(0, 192, 0)]
117 PASS Web Animations: property <--color> from [unset] to [green] at (-0.3) is [rg b(0, 0, 0)]
118 PASS Web Animations: property <--color> from [unset] to [green] at (0) is [rgb(0 , 0, 0)]
119 PASS Web Animations: property <--color> from [unset] to [green] at (0.3) is [rgb (0, 38, 0)]
120 PASS Web Animations: property <--color> from [unset] to [green] at (0.6) is [rgb (0, 77, 0)]
121 PASS Web Animations: property <--color> from [unset] to [green] at (1) is [rgb(0 , 128, 0)]
122 PASS Web Animations: property <--color> from [unset] to [green] at (1.5) is [rgb (0, 192, 0)]
123 PASS Web Animations: property <--color> from [black] to [orange] at (-0.3) is [r gb(0, 0, 0)]
124 PASS Web Animations: property <--color> from [black] to [orange] at (0) is [rgb( 0, 0, 0)]
125 PASS Web Animations: property <--color> from [black] to [orange] at (0.3) is [rg b(77, 50, 0)]
126 PASS Web Animations: property <--color> from [black] to [orange] at (0.6) is [rg b(153, 99, 0)]
127 PASS Web Animations: property <--color> from [black] to [orange] at (1) is [rgb( 255, 165, 0)]
128 PASS Web Animations: property <--color> from [black] to [orange] at (1.5) is [rg b(255, 248, 0)]
129 PASS Web Animations: property <--color> from [black] to [currentcolor] at (-0.3) is [rgb(0, 0, 0)]
130 PASS Web Animations: property <--color> from [black] to [currentcolor] at (0) is [rgb(0, 0, 0)]
131 PASS Web Animations: property <--color> from [black] to [currentcolor] at (0.3) is [rgb(0, 77, 0)]
132 PASS Web Animations: property <--color> from [black] to [currentcolor] at (0.6) is [rgb(0, 153, 0)]
133 PASS Web Animations: property <--color> from [black] to [currentcolor] at (1) is [rgb(0, 255, 0)]
134 PASS Web Animations: property <--color> from [black] to [currentcolor] at (1.5) is [rgb(0, 255, 0)]
135 PASS Web Animations: property <--color> from [-webkit-activelink] to [green] at (-0.3) is [rgb(255, 0, 0)]
136 PASS Web Animations: property <--color> from [-webkit-activelink] to [green] at (0) is [rgb(255, 0, 0)]
137 PASS Web Animations: property <--color> from [-webkit-activelink] to [green] at (0.3) is [rgb(179, 38, 0)]
138 PASS Web Animations: property <--color> from [-webkit-activelink] to [green] at (0.6) is [rgb(102, 77, 0)]
139 PASS Web Animations: property <--color> from [-webkit-activelink] to [green] at (1) is [rgb(0, 128, 0)]
140 PASS Web Animations: property <--color> from [-webkit-activelink] to [green] at (1.5) is [rgb(0, 192, 0)]
141 PASS Web Animations: property <--color> from [-webkit-link] to [green] at (-0.3) is [rgb(0, 0, 255)]
142 PASS Web Animations: property <--color> from [-webkit-link] to [green] at (0) is [rgb(0, 0, 255)]
143 PASS Web Animations: property <--color> from [-webkit-link] to [green] at (0.3) is [rgb(0, 38, 179)]
144 PASS Web Animations: property <--color> from [-webkit-link] to [green] at (0.6) is [rgb(0, 77, 102)]
145 PASS Web Animations: property <--color> from [-webkit-link] to [green] at (1) is [rgb(0, 128, 0)]
146 PASS Web Animations: property <--color> from [-webkit-link] to [green] at (1.5) is [rgb(0, 192, 0)]
147 Harness: the test ran to completion.
148
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698