Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css-parser / color3_keywords-expected.txt
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
2 Color test for resources/css-parsing-tests/color3_keywords.json
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5
6
7 PASS colorTest.parseColor("transparent") is "rgba(0, 0, 0, 0)"
8 PASS colorTest.parseColor("Transparent") is "rgba(0, 0, 0, 0)"
9 PASS colorTest.parseColor("\\transparent") is "rgba(0, 0, 0, 0)"
10 PASS colorTest.parseColor("\\74 ransparent") is "rgba(0, 0, 0, 0)"
11 PASS colorTest.parseColor("ransparent") is "parse error"
12 PASS colorTest.parseColor("black") is "rgb(0, 0, 0)"
13 PASS colorTest.parseColor("bLack") is "rgb(0, 0, 0)"
14 PASS colorTest.parseColor("b\\lack") is "rgb(0, 0, 0)"
15 PASS colorTest.parseColor("b\\6C ack") is "rgb(0, 0, 0)"
16 PASS colorTest.parseColor("back") is "parse error"
17 PASS colorTest.parseColor("blacK") is "parse error"
18 PASS colorTest.parseColor("silver") is "rgb(192, 192, 192)"
19 PASS colorTest.parseColor("siLver") is "rgb(192, 192, 192)"
20 PASS colorTest.parseColor("si\\lver") is "rgb(192, 192, 192)"
21 PASS colorTest.parseColor("si\\6C ver") is "rgb(192, 192, 192)"
22 PASS colorTest.parseColor("siver") is "parse error"
23 PASS colorTest.parseColor("gray") is "rgb(128, 128, 128)"
24 PASS colorTest.parseColor("graY") is "rgb(128, 128, 128)"
25 PASS colorTest.parseColor("gra\\y") is "rgb(128, 128, 128)"
26 PASS colorTest.parseColor("gra\\79 ") is "rgb(128, 128, 128)"
27 PASS colorTest.parseColor("gra") is "parse error"
28 PASS colorTest.parseColor("white") is "rgb(255, 255, 255)"
29 PASS colorTest.parseColor("whitE") is "rgb(255, 255, 255)"
30 PASS colorTest.parseColor("whit\\65 ") is "rgb(255, 255, 255)"
31 PASS colorTest.parseColor("whit") is "parse error"
32 PASS colorTest.parseColor("maroon") is "rgb(128, 0, 0)"
33 PASS colorTest.parseColor("marooN") is "rgb(128, 0, 0)"
34 PASS colorTest.parseColor("maroo\\n") is "rgb(128, 0, 0)"
35 PASS colorTest.parseColor("maroo\\6E ") is "rgb(128, 0, 0)"
36 PASS colorTest.parseColor("maroo") is "parse error"
37 PASS colorTest.parseColor("red") is "rgb(255, 0, 0)"
38 PASS colorTest.parseColor("Red") is "rgb(255, 0, 0)"
39 PASS colorTest.parseColor("\\red") is "rgb(255, 0, 0)"
40 PASS colorTest.parseColor("\\72 ed") is "rgb(255, 0, 0)"
41 PASS colorTest.parseColor("ed") is "parse error"
42 PASS colorTest.parseColor("purple") is "rgb(128, 0, 128)"
43 PASS colorTest.parseColor("pUrple") is "rgb(128, 0, 128)"
44 PASS colorTest.parseColor("p\\urple") is "rgb(128, 0, 128)"
45 PASS colorTest.parseColor("p\\75 rple") is "rgb(128, 0, 128)"
46 PASS colorTest.parseColor("prple") is "parse error"
47 PASS colorTest.parseColor("fuchsia") is "rgb(255, 0, 255)"
48 PASS colorTest.parseColor("fUchsia") is "rgb(255, 0, 255)"
49 PASS colorTest.parseColor("f\\uchsia") is "rgb(255, 0, 255)"
50 PASS colorTest.parseColor("f\\75 chsia") is "rgb(255, 0, 255)"
51 PASS colorTest.parseColor("fchsia") is "parse error"
52 PASS colorTest.parseColor("green") is "rgb(0, 128, 0)"
53 PASS colorTest.parseColor("greeN") is "rgb(0, 128, 0)"
54 PASS colorTest.parseColor("gree\\n") is "rgb(0, 128, 0)"
55 PASS colorTest.parseColor("gree\\6E ") is "rgb(0, 128, 0)"
56 PASS colorTest.parseColor("gree") is "parse error"
57 PASS colorTest.parseColor("lime") is "rgb(0, 255, 0)"
58 PASS colorTest.parseColor("liMe") is "rgb(0, 255, 0)"
59 PASS colorTest.parseColor("li\\me") is "rgb(0, 255, 0)"
60 PASS colorTest.parseColor("li\\6D e") is "rgb(0, 255, 0)"
61 PASS colorTest.parseColor("lie") is "parse error"
62 PASS colorTest.parseColor("olive") is "rgb(128, 128, 0)"
63 PASS colorTest.parseColor("oLive") is "rgb(128, 128, 0)"
64 PASS colorTest.parseColor("o\\live") is "rgb(128, 128, 0)"
65 PASS colorTest.parseColor("o\\6C ive") is "rgb(128, 128, 0)"
66 PASS colorTest.parseColor("oive") is "parse error"
67 PASS colorTest.parseColor("yellow") is "rgb(255, 255, 0)"
68 PASS colorTest.parseColor("Yellow") is "rgb(255, 255, 0)"
69 PASS colorTest.parseColor("\\yellow") is "rgb(255, 255, 0)"
70 PASS colorTest.parseColor("\\79 ellow") is "rgb(255, 255, 0)"
71 PASS colorTest.parseColor("ellow") is "parse error"
72 PASS colorTest.parseColor("navy") is "rgb(0, 0, 128)"
73 PASS colorTest.parseColor("nAvy") is "rgb(0, 0, 128)"
74 PASS colorTest.parseColor("n\\61 vy") is "rgb(0, 0, 128)"
75 PASS colorTest.parseColor("nvy") is "parse error"
76 PASS colorTest.parseColor("blue") is "rgb(0, 0, 255)"
77 PASS colorTest.parseColor("blUe") is "rgb(0, 0, 255)"
78 PASS colorTest.parseColor("bl\\ue") is "rgb(0, 0, 255)"
79 PASS colorTest.parseColor("bl\\75 e") is "rgb(0, 0, 255)"
80 PASS colorTest.parseColor("ble") is "parse error"
81 PASS colorTest.parseColor("teal") is "rgb(0, 128, 128)"
82 PASS colorTest.parseColor("teaL") is "rgb(0, 128, 128)"
83 PASS colorTest.parseColor("tea\\l") is "rgb(0, 128, 128)"
84 PASS colorTest.parseColor("tea\\6C ") is "rgb(0, 128, 128)"
85 PASS colorTest.parseColor("tea") is "parse error"
86 PASS colorTest.parseColor("aqua") is "rgb(0, 255, 255)"
87 PASS colorTest.parseColor("Aqua") is "rgb(0, 255, 255)"
88 PASS colorTest.parseColor("\\61 qua") is "rgb(0, 255, 255)"
89 PASS colorTest.parseColor("qua") is "parse error"
90 PASS colorTest.parseColor("aliceblue") is "rgb(240, 248, 255)"
91 PASS colorTest.parseColor("alicebluE") is "rgb(240, 248, 255)"
92 PASS colorTest.parseColor("aliceblu\\65 ") is "rgb(240, 248, 255)"
93 PASS colorTest.parseColor("aliceblu") is "parse error"
94 PASS colorTest.parseColor("antiquewhite") is "rgb(250, 235, 215)"
95 PASS colorTest.parseColor("antiquEwhite") is "rgb(250, 235, 215)"
96 PASS colorTest.parseColor("antiqu\\65 white") is "rgb(250, 235, 215)"
97 PASS colorTest.parseColor("antiquwhite") is "parse error"
98 PASS colorTest.parseColor("aqua") is "rgb(0, 255, 255)"
99 PASS colorTest.parseColor("aquA") is "rgb(0, 255, 255)"
100 PASS colorTest.parseColor("aqu\\61 ") is "rgb(0, 255, 255)"
101 PASS colorTest.parseColor("aqu") is "parse error"
102 PASS colorTest.parseColor("aquamarine") is "rgb(127, 255, 212)"
103 PASS colorTest.parseColor("Aquamarine") is "rgb(127, 255, 212)"
104 PASS colorTest.parseColor("\\61 quamarine") is "rgb(127, 255, 212)"
105 PASS colorTest.parseColor("quamarine") is "parse error"
106 PASS colorTest.parseColor("azure") is "rgb(240, 255, 255)"
107 PASS colorTest.parseColor("aZure") is "rgb(240, 255, 255)"
108 PASS colorTest.parseColor("a\\zure") is "rgb(240, 255, 255)"
109 PASS colorTest.parseColor("a\\7A ure") is "rgb(240, 255, 255)"
110 PASS colorTest.parseColor("aure") is "parse error"
111 PASS colorTest.parseColor("beige") is "rgb(245, 245, 220)"
112 PASS colorTest.parseColor("beIge") is "rgb(245, 245, 220)"
113 PASS colorTest.parseColor("be\\ige") is "rgb(245, 245, 220)"
114 PASS colorTest.parseColor("be\\69 ge") is "rgb(245, 245, 220)"
115 PASS colorTest.parseColor("bege") is "parse error"
116 PASS colorTest.parseColor("bisque") is "rgb(255, 228, 196)"
117 PASS colorTest.parseColor("bisquE") is "rgb(255, 228, 196)"
118 PASS colorTest.parseColor("bisqu\\65 ") is "rgb(255, 228, 196)"
119 PASS colorTest.parseColor("bisqu") is "parse error"
120 PASS colorTest.parseColor("black") is "rgb(0, 0, 0)"
121 PASS colorTest.parseColor("blacK") is "rgb(0, 0, 0)"
122 PASS colorTest.parseColor("blac\\k") is "rgb(0, 0, 0)"
123 PASS colorTest.parseColor("blac\\6B ") is "rgb(0, 0, 0)"
124 PASS colorTest.parseColor("blac") is "parse error"
125 PASS colorTest.parseColor("blacK") is "parse error"
126 PASS colorTest.parseColor("blanchedalmond") is "rgb(255, 235, 205)"
127 PASS colorTest.parseColor("blanchedalmOnd") is "rgb(255, 235, 205)"
128 PASS colorTest.parseColor("blanchedalm\\ond") is "rgb(255, 235, 205)"
129 PASS colorTest.parseColor("blanchedalm\\6F nd") is "rgb(255, 235, 205)"
130 PASS colorTest.parseColor("blanchedalmnd") is "parse error"
131 PASS colorTest.parseColor("blue") is "rgb(0, 0, 255)"
132 PASS colorTest.parseColor("blUe") is "rgb(0, 0, 255)"
133 PASS colorTest.parseColor("bl\\ue") is "rgb(0, 0, 255)"
134 PASS colorTest.parseColor("bl\\75 e") is "rgb(0, 0, 255)"
135 PASS colorTest.parseColor("ble") is "parse error"
136 PASS colorTest.parseColor("blueviolet") is "rgb(138, 43, 226)"
137 PASS colorTest.parseColor("bluevioLet") is "rgb(138, 43, 226)"
138 PASS colorTest.parseColor("bluevio\\let") is "rgb(138, 43, 226)"
139 PASS colorTest.parseColor("bluevio\\6C et") is "rgb(138, 43, 226)"
140 PASS colorTest.parseColor("bluevioet") is "parse error"
141 PASS colorTest.parseColor("brown") is "rgb(165, 42, 42)"
142 PASS colorTest.parseColor("broWn") is "rgb(165, 42, 42)"
143 PASS colorTest.parseColor("bro\\wn") is "rgb(165, 42, 42)"
144 PASS colorTest.parseColor("bro\\77 n") is "rgb(165, 42, 42)"
145 PASS colorTest.parseColor("bron") is "parse error"
146 PASS colorTest.parseColor("burlywood") is "rgb(222, 184, 135)"
147 PASS colorTest.parseColor("buRlywood") is "rgb(222, 184, 135)"
148 PASS colorTest.parseColor("bu\\rlywood") is "rgb(222, 184, 135)"
149 PASS colorTest.parseColor("bu\\72 lywood") is "rgb(222, 184, 135)"
150 PASS colorTest.parseColor("bulywood") is "parse error"
151 PASS colorTest.parseColor("cadetblue") is "rgb(95, 158, 160)"
152 PASS colorTest.parseColor("cadEtblue") is "rgb(95, 158, 160)"
153 PASS colorTest.parseColor("cad\\65 tblue") is "rgb(95, 158, 160)"
154 PASS colorTest.parseColor("cadtblue") is "parse error"
155 PASS colorTest.parseColor("chartreuse") is "rgb(127, 255, 0)"
156 PASS colorTest.parseColor("cHartreuse") is "rgb(127, 255, 0)"
157 PASS colorTest.parseColor("c\\hartreuse") is "rgb(127, 255, 0)"
158 PASS colorTest.parseColor("c\\68 artreuse") is "rgb(127, 255, 0)"
159 PASS colorTest.parseColor("cartreuse") is "parse error"
160 PASS colorTest.parseColor("chocolate") is "rgb(210, 105, 30)"
161 PASS colorTest.parseColor("chocoLate") is "rgb(210, 105, 30)"
162 PASS colorTest.parseColor("choco\\late") is "rgb(210, 105, 30)"
163 PASS colorTest.parseColor("choco\\6C ate") is "rgb(210, 105, 30)"
164 PASS colorTest.parseColor("chocoate") is "parse error"
165 PASS colorTest.parseColor("coral") is "rgb(255, 127, 80)"
166 PASS colorTest.parseColor("corAl") is "rgb(255, 127, 80)"
167 PASS colorTest.parseColor("cor\\61 l") is "rgb(255, 127, 80)"
168 PASS colorTest.parseColor("corl") is "parse error"
169 PASS colorTest.parseColor("cornflowerblue") is "rgb(100, 149, 237)"
170 PASS colorTest.parseColor("cornflOwerblue") is "rgb(100, 149, 237)"
171 PASS colorTest.parseColor("cornfl\\owerblue") is "rgb(100, 149, 237)"
172 PASS colorTest.parseColor("cornfl\\6F werblue") is "rgb(100, 149, 237)"
173 PASS colorTest.parseColor("cornflwerblue") is "parse error"
174 PASS colorTest.parseColor("cornsilk") is "rgb(255, 248, 220)"
175 PASS colorTest.parseColor("corNsilk") is "rgb(255, 248, 220)"
176 PASS colorTest.parseColor("cor\\nsilk") is "rgb(255, 248, 220)"
177 PASS colorTest.parseColor("cor\\6E silk") is "rgb(255, 248, 220)"
178 PASS colorTest.parseColor("corsilk") is "parse error"
179 PASS colorTest.parseColor("cornsilK") is "parse error"
180 PASS colorTest.parseColor("crimson") is "rgb(220, 20, 60)"
181 PASS colorTest.parseColor("cRimson") is "rgb(220, 20, 60)"
182 PASS colorTest.parseColor("c\\rimson") is "rgb(220, 20, 60)"
183 PASS colorTest.parseColor("c\\72 imson") is "rgb(220, 20, 60)"
184 PASS colorTest.parseColor("cimson") is "parse error"
185 PASS colorTest.parseColor("cyan") is "rgb(0, 255, 255)"
186 PASS colorTest.parseColor("cYan") is "rgb(0, 255, 255)"
187 PASS colorTest.parseColor("c\\yan") is "rgb(0, 255, 255)"
188 PASS colorTest.parseColor("c\\79 an") is "rgb(0, 255, 255)"
189 PASS colorTest.parseColor("can") is "parse error"
190 PASS colorTest.parseColor("darkblue") is "rgb(0, 0, 139)"
191 PASS colorTest.parseColor("darkblUe") is "rgb(0, 0, 139)"
192 PASS colorTest.parseColor("darkbl\\ue") is "rgb(0, 0, 139)"
193 PASS colorTest.parseColor("darkbl\\75 e") is "rgb(0, 0, 139)"
194 PASS colorTest.parseColor("darkble") is "parse error"
195 PASS colorTest.parseColor("darKblue") is "parse error"
196 PASS colorTest.parseColor("darkcyan") is "rgb(0, 139, 139)"
197 PASS colorTest.parseColor("darkcyaN") is "rgb(0, 139, 139)"
198 PASS colorTest.parseColor("darkcya\\n") is "rgb(0, 139, 139)"
199 PASS colorTest.parseColor("darkcya\\6E ") is "rgb(0, 139, 139)"
200 PASS colorTest.parseColor("darkcya") is "parse error"
201 PASS colorTest.parseColor("darKcyan") is "parse error"
202 PASS colorTest.parseColor("darkgoldenrod") is "rgb(184, 134, 11)"
203 PASS colorTest.parseColor("dArkgoldenrod") is "rgb(184, 134, 11)"
204 PASS colorTest.parseColor("d\\61 rkgoldenrod") is "rgb(184, 134, 11)"
205 PASS colorTest.parseColor("drkgoldenrod") is "parse error"
206 PASS colorTest.parseColor("darKgoldenrod") is "parse error"
207 PASS colorTest.parseColor("darkgray") is "rgb(169, 169, 169)"
208 PASS colorTest.parseColor("dArkgray") is "rgb(169, 169, 169)"
209 PASS colorTest.parseColor("d\\61 rkgray") is "rgb(169, 169, 169)"
210 PASS colorTest.parseColor("drkgray") is "parse error"
211 PASS colorTest.parseColor("darKgray") is "parse error"
212 PASS colorTest.parseColor("darkgreen") is "rgb(0, 100, 0)"
213 PASS colorTest.parseColor("darkgrEen") is "rgb(0, 100, 0)"
214 PASS colorTest.parseColor("darkgr\\65 en") is "rgb(0, 100, 0)"
215 PASS colorTest.parseColor("darkgren") is "parse error"
216 PASS colorTest.parseColor("darKgreen") is "parse error"
217 PASS colorTest.parseColor("darkgrey") is "rgb(169, 169, 169)"
218 PASS colorTest.parseColor("darKgrey") is "rgb(169, 169, 169)"
219 PASS colorTest.parseColor("dar\\kgrey") is "rgb(169, 169, 169)"
220 PASS colorTest.parseColor("dar\\6B grey") is "rgb(169, 169, 169)"
221 PASS colorTest.parseColor("dargrey") is "parse error"
222 PASS colorTest.parseColor("darKgrey") is "parse error"
223 PASS colorTest.parseColor("darkkhaki") is "rgb(189, 183, 107)"
224 PASS colorTest.parseColor("darkkhakI") is "rgb(189, 183, 107)"
225 PASS colorTest.parseColor("darkkhak\\i") is "rgb(189, 183, 107)"
226 PASS colorTest.parseColor("darkkhak\\69 ") is "rgb(189, 183, 107)"
227 PASS colorTest.parseColor("darkkhak") is "parse error"
228 PASS colorTest.parseColor("darKKhaKi") is "parse error"
229 PASS colorTest.parseColor("darkmagenta") is "rgb(139, 0, 139)"
230 PASS colorTest.parseColor("dArkmagenta") is "rgb(139, 0, 139)"
231 PASS colorTest.parseColor("d\\61 rkmagenta") is "rgb(139, 0, 139)"
232 PASS colorTest.parseColor("drkmagenta") is "parse error"
233 PASS colorTest.parseColor("darKmagenta") is "parse error"
234 PASS colorTest.parseColor("darkolivegreen") is "rgb(85, 107, 47)"
235 PASS colorTest.parseColor("darkOlivegreen") is "rgb(85, 107, 47)"
236 PASS colorTest.parseColor("dark\\olivegreen") is "rgb(85, 107, 47)"
237 PASS colorTest.parseColor("dark\\6F livegreen") is "rgb(85, 107, 47)"
238 PASS colorTest.parseColor("darklivegreen") is "parse error"
239 PASS colorTest.parseColor("darKolivegreen") is "parse error"
240 PASS colorTest.parseColor("darkorange") is "rgb(255, 140, 0)"
241 PASS colorTest.parseColor("darkoraNge") is "rgb(255, 140, 0)"
242 PASS colorTest.parseColor("darkora\\nge") is "rgb(255, 140, 0)"
243 PASS colorTest.parseColor("darkora\\6E ge") is "rgb(255, 140, 0)"
244 PASS colorTest.parseColor("darkorage") is "parse error"
245 PASS colorTest.parseColor("darKorange") is "parse error"
246 PASS colorTest.parseColor("darkorchid") is "rgb(153, 50, 204)"
247 PASS colorTest.parseColor("darkorchId") is "rgb(153, 50, 204)"
248 PASS colorTest.parseColor("darkorch\\id") is "rgb(153, 50, 204)"
249 PASS colorTest.parseColor("darkorch\\69 d") is "rgb(153, 50, 204)"
250 PASS colorTest.parseColor("darkorchd") is "parse error"
251 PASS colorTest.parseColor("darKorchid") is "parse error"
252 PASS colorTest.parseColor("darkred") is "rgb(139, 0, 0)"
253 PASS colorTest.parseColor("Darkred") is "rgb(139, 0, 0)"
254 PASS colorTest.parseColor("\\64 arkred") is "rgb(139, 0, 0)"
255 PASS colorTest.parseColor("arkred") is "parse error"
256 PASS colorTest.parseColor("darKred") is "parse error"
257 PASS colorTest.parseColor("darksalmon") is "rgb(233, 150, 122)"
258 PASS colorTest.parseColor("Darksalmon") is "rgb(233, 150, 122)"
259 PASS colorTest.parseColor("\\64 arksalmon") is "rgb(233, 150, 122)"
260 PASS colorTest.parseColor("arksalmon") is "parse error"
261 PASS colorTest.parseColor("darKsalmon") is "parse error"
262 PASS colorTest.parseColor("darkseagreen") is "rgb(143, 188, 143)"
263 PASS colorTest.parseColor("darKseagreen") is "rgb(143, 188, 143)"
264 PASS colorTest.parseColor("dar\\kseagreen") is "rgb(143, 188, 143)"
265 PASS colorTest.parseColor("dar\\6B seagreen") is "rgb(143, 188, 143)"
266 PASS colorTest.parseColor("darseagreen") is "parse error"
267 PASS colorTest.parseColor("darKseagreen") is "parse error"
268 PASS colorTest.parseColor("darkslateblue") is "rgb(72, 61, 139)"
269 PASS colorTest.parseColor("Darkslateblue") is "rgb(72, 61, 139)"
270 PASS colorTest.parseColor("\\64 arkslateblue") is "rgb(72, 61, 139)"
271 PASS colorTest.parseColor("arkslateblue") is "parse error"
272 PASS colorTest.parseColor("darKslateblue") is "parse error"
273 PASS colorTest.parseColor("darkslategray") is "rgb(47, 79, 79)"
274 PASS colorTest.parseColor("dArkslategray") is "rgb(47, 79, 79)"
275 PASS colorTest.parseColor("d\\61 rkslategray") is "rgb(47, 79, 79)"
276 PASS colorTest.parseColor("drkslategray") is "parse error"
277 PASS colorTest.parseColor("darKslategray") is "parse error"
278 PASS colorTest.parseColor("darkslategrey") is "rgb(47, 79, 79)"
279 PASS colorTest.parseColor("daRkslategrey") is "rgb(47, 79, 79)"
280 PASS colorTest.parseColor("da\\rkslategrey") is "rgb(47, 79, 79)"
281 PASS colorTest.parseColor("da\\72 kslategrey") is "rgb(47, 79, 79)"
282 PASS colorTest.parseColor("dakslategrey") is "parse error"
283 PASS colorTest.parseColor("darKslategrey") is "parse error"
284 PASS colorTest.parseColor("darkturquoise") is "rgb(0, 206, 209)"
285 PASS colorTest.parseColor("darKturquoise") is "rgb(0, 206, 209)"
286 PASS colorTest.parseColor("dar\\kturquoise") is "rgb(0, 206, 209)"
287 PASS colorTest.parseColor("dar\\6B turquoise") is "rgb(0, 206, 209)"
288 PASS colorTest.parseColor("darturquoise") is "parse error"
289 PASS colorTest.parseColor("darKturquoise") is "parse error"
290 PASS colorTest.parseColor("darkviolet") is "rgb(148, 0, 211)"
291 PASS colorTest.parseColor("darkviOlet") is "rgb(148, 0, 211)"
292 PASS colorTest.parseColor("darkvi\\olet") is "rgb(148, 0, 211)"
293 PASS colorTest.parseColor("darkvi\\6F let") is "rgb(148, 0, 211)"
294 PASS colorTest.parseColor("darkvilet") is "parse error"
295 PASS colorTest.parseColor("darKviolet") is "parse error"
296 PASS colorTest.parseColor("deeppink") is "rgb(255, 20, 147)"
297 PASS colorTest.parseColor("dEeppink") is "rgb(255, 20, 147)"
298 PASS colorTest.parseColor("d\\65 eppink") is "rgb(255, 20, 147)"
299 PASS colorTest.parseColor("deppink") is "parse error"
300 PASS colorTest.parseColor("deeppinK") is "parse error"
301 PASS colorTest.parseColor("deepskyblue") is "rgb(0, 191, 255)"
302 PASS colorTest.parseColor("deePskyblue") is "rgb(0, 191, 255)"
303 PASS colorTest.parseColor("dee\\pskyblue") is "rgb(0, 191, 255)"
304 PASS colorTest.parseColor("dee\\70 skyblue") is "rgb(0, 191, 255)"
305 PASS colorTest.parseColor("deeskyblue") is "parse error"
306 PASS colorTest.parseColor("deepsKyblue") is "parse error"
307 PASS colorTest.parseColor("dimgray") is "rgb(105, 105, 105)"
308 PASS colorTest.parseColor("dimGray") is "rgb(105, 105, 105)"
309 PASS colorTest.parseColor("dim\\gray") is "rgb(105, 105, 105)"
310 PASS colorTest.parseColor("dim\\67 ray") is "rgb(105, 105, 105)"
311 PASS colorTest.parseColor("dimray") is "parse error"
312 PASS colorTest.parseColor("dimgrey") is "rgb(105, 105, 105)"
313 PASS colorTest.parseColor("dimgRey") is "rgb(105, 105, 105)"
314 PASS colorTest.parseColor("dimg\\rey") is "rgb(105, 105, 105)"
315 PASS colorTest.parseColor("dimg\\72 ey") is "rgb(105, 105, 105)"
316 PASS colorTest.parseColor("dimgey") is "parse error"
317 PASS colorTest.parseColor("dodgerblue") is "rgb(30, 144, 255)"
318 PASS colorTest.parseColor("dOdgerblue") is "rgb(30, 144, 255)"
319 PASS colorTest.parseColor("d\\odgerblue") is "rgb(30, 144, 255)"
320 PASS colorTest.parseColor("d\\6F dgerblue") is "rgb(30, 144, 255)"
321 PASS colorTest.parseColor("ddgerblue") is "parse error"
322 PASS colorTest.parseColor("firebrick") is "rgb(178, 34, 34)"
323 PASS colorTest.parseColor("firebricK") is "rgb(178, 34, 34)"
324 PASS colorTest.parseColor("firebric\\k") is "rgb(178, 34, 34)"
325 PASS colorTest.parseColor("firebric\\6B ") is "rgb(178, 34, 34)"
326 PASS colorTest.parseColor("firebric") is "parse error"
327 PASS colorTest.parseColor("firebricK") is "parse error"
328 PASS colorTest.parseColor("floralwhite") is "rgb(255, 250, 240)"
329 PASS colorTest.parseColor("floralwhIte") is "rgb(255, 250, 240)"
330 PASS colorTest.parseColor("floralwh\\ite") is "rgb(255, 250, 240)"
331 PASS colorTest.parseColor("floralwh\\69 te") is "rgb(255, 250, 240)"
332 PASS colorTest.parseColor("floralwhte") is "parse error"
333 PASS colorTest.parseColor("forestgreen") is "rgb(34, 139, 34)"
334 PASS colorTest.parseColor("forestgreEn") is "rgb(34, 139, 34)"
335 PASS colorTest.parseColor("forestgre\\65 n") is "rgb(34, 139, 34)"
336 PASS colorTest.parseColor("forestgren") is "parse error"
337 PASS colorTest.parseColor("fuchsia") is "rgb(255, 0, 255)"
338 PASS colorTest.parseColor("fuChsia") is "rgb(255, 0, 255)"
339 PASS colorTest.parseColor("fu\\63 hsia") is "rgb(255, 0, 255)"
340 PASS colorTest.parseColor("fuhsia") is "parse error"
341 PASS colorTest.parseColor("gainsboro") is "rgb(220, 220, 220)"
342 PASS colorTest.parseColor("gaiNsboro") is "rgb(220, 220, 220)"
343 PASS colorTest.parseColor("gai\\nsboro") is "rgb(220, 220, 220)"
344 PASS colorTest.parseColor("gai\\6E sboro") is "rgb(220, 220, 220)"
345 PASS colorTest.parseColor("gaisboro") is "parse error"
346 PASS colorTest.parseColor("ghostwhite") is "rgb(248, 248, 255)"
347 PASS colorTest.parseColor("ghostwhIte") is "rgb(248, 248, 255)"
348 PASS colorTest.parseColor("ghostwh\\ite") is "rgb(248, 248, 255)"
349 PASS colorTest.parseColor("ghostwh\\69 te") is "rgb(248, 248, 255)"
350 PASS colorTest.parseColor("ghostwhte") is "parse error"
351 PASS colorTest.parseColor("gold") is "rgb(255, 215, 0)"
352 PASS colorTest.parseColor("Gold") is "rgb(255, 215, 0)"
353 PASS colorTest.parseColor("\\gold") is "rgb(255, 215, 0)"
354 PASS colorTest.parseColor("\\67 old") is "rgb(255, 215, 0)"
355 PASS colorTest.parseColor("old") is "parse error"
356 PASS colorTest.parseColor("goldenrod") is "rgb(218, 165, 32)"
357 PASS colorTest.parseColor("goldenRod") is "rgb(218, 165, 32)"
358 PASS colorTest.parseColor("golden\\rod") is "rgb(218, 165, 32)"
359 PASS colorTest.parseColor("golden\\72 od") is "rgb(218, 165, 32)"
360 PASS colorTest.parseColor("goldenod") is "parse error"
361 PASS colorTest.parseColor("gray") is "rgb(128, 128, 128)"
362 PASS colorTest.parseColor("grAy") is "rgb(128, 128, 128)"
363 PASS colorTest.parseColor("gr\\61 y") is "rgb(128, 128, 128)"
364 PASS colorTest.parseColor("gry") is "parse error"
365 PASS colorTest.parseColor("green") is "rgb(0, 128, 0)"
366 PASS colorTest.parseColor("gReen") is "rgb(0, 128, 0)"
367 PASS colorTest.parseColor("g\\reen") is "rgb(0, 128, 0)"
368 PASS colorTest.parseColor("g\\72 een") is "rgb(0, 128, 0)"
369 PASS colorTest.parseColor("geen") is "parse error"
370 PASS colorTest.parseColor("greenyellow") is "rgb(173, 255, 47)"
371 PASS colorTest.parseColor("greenyEllow") is "rgb(173, 255, 47)"
372 PASS colorTest.parseColor("greeny\\65 llow") is "rgb(173, 255, 47)"
373 PASS colorTest.parseColor("greenyllow") is "parse error"
374 PASS colorTest.parseColor("grey") is "rgb(128, 128, 128)"
375 PASS colorTest.parseColor("gRey") is "rgb(128, 128, 128)"
376 PASS colorTest.parseColor("g\\rey") is "rgb(128, 128, 128)"
377 PASS colorTest.parseColor("g\\72 ey") is "rgb(128, 128, 128)"
378 PASS colorTest.parseColor("gey") is "parse error"
379 PASS colorTest.parseColor("honeydew") is "rgb(240, 255, 240)"
380 PASS colorTest.parseColor("hoNeydew") is "rgb(240, 255, 240)"
381 PASS colorTest.parseColor("ho\\neydew") is "rgb(240, 255, 240)"
382 PASS colorTest.parseColor("ho\\6E eydew") is "rgb(240, 255, 240)"
383 PASS colorTest.parseColor("hoeydew") is "parse error"
384 PASS colorTest.parseColor("hotpink") is "rgb(255, 105, 180)"
385 PASS colorTest.parseColor("hotpiNk") is "rgb(255, 105, 180)"
386 PASS colorTest.parseColor("hotpi\\nk") is "rgb(255, 105, 180)"
387 PASS colorTest.parseColor("hotpi\\6E k") is "rgb(255, 105, 180)"
388 PASS colorTest.parseColor("hotpik") is "parse error"
389 PASS colorTest.parseColor("hotpinK") is "parse error"
390 PASS colorTest.parseColor("indianred") is "rgb(205, 92, 92)"
391 PASS colorTest.parseColor("indiAnred") is "rgb(205, 92, 92)"
392 PASS colorTest.parseColor("indi\\61 nred") is "rgb(205, 92, 92)"
393 PASS colorTest.parseColor("indinred") is "parse error"
394 PASS colorTest.parseColor("indigo") is "rgb(75, 0, 130)"
395 PASS colorTest.parseColor("indigO") is "rgb(75, 0, 130)"
396 PASS colorTest.parseColor("indig\\o") is "rgb(75, 0, 130)"
397 PASS colorTest.parseColor("indig\\6F ") is "rgb(75, 0, 130)"
398 PASS colorTest.parseColor("indig") is "parse error"
399 PASS colorTest.parseColor("ivory") is "rgb(255, 255, 240)"
400 PASS colorTest.parseColor("ivoRy") is "rgb(255, 255, 240)"
401 PASS colorTest.parseColor("ivo\\ry") is "rgb(255, 255, 240)"
402 PASS colorTest.parseColor("ivo\\72 y") is "rgb(255, 255, 240)"
403 PASS colorTest.parseColor("ivoy") is "parse error"
404 PASS colorTest.parseColor("khaki") is "rgb(240, 230, 140)"
405 PASS colorTest.parseColor("khakI") is "rgb(240, 230, 140)"
406 PASS colorTest.parseColor("khak\\i") is "rgb(240, 230, 140)"
407 PASS colorTest.parseColor("khak\\69 ") is "rgb(240, 230, 140)"
408 PASS colorTest.parseColor("khak") is "parse error"
409 PASS colorTest.parseColor("KhaKi") is "parse error"
410 PASS colorTest.parseColor("lavender") is "rgb(230, 230, 250)"
411 PASS colorTest.parseColor("Lavender") is "rgb(230, 230, 250)"
412 PASS colorTest.parseColor("\\lavender") is "rgb(230, 230, 250)"
413 PASS colorTest.parseColor("\\6C avender") is "rgb(230, 230, 250)"
414 PASS colorTest.parseColor("avender") is "parse error"
415 PASS colorTest.parseColor("lavenderblush") is "rgb(255, 240, 245)"
416 PASS colorTest.parseColor("lavEnderblush") is "rgb(255, 240, 245)"
417 PASS colorTest.parseColor("lav\\65 nderblush") is "rgb(255, 240, 245)"
418 PASS colorTest.parseColor("lavnderblush") is "parse error"
419 PASS colorTest.parseColor("lawngreen") is "rgb(124, 252, 0)"
420 PASS colorTest.parseColor("lAwngreen") is "rgb(124, 252, 0)"
421 PASS colorTest.parseColor("l\\61 wngreen") is "rgb(124, 252, 0)"
422 PASS colorTest.parseColor("lwngreen") is "parse error"
423 PASS colorTest.parseColor("lemonchiffon") is "rgb(255, 250, 205)"
424 PASS colorTest.parseColor("lemonchiffoN") is "rgb(255, 250, 205)"
425 PASS colorTest.parseColor("lemonchiffo\\n") is "rgb(255, 250, 205)"
426 PASS colorTest.parseColor("lemonchiffo\\6E ") is "rgb(255, 250, 205)"
427 PASS colorTest.parseColor("lemonchiffo") is "parse error"
428 PASS colorTest.parseColor("lightblue") is "rgb(173, 216, 230)"
429 PASS colorTest.parseColor("ligHtblue") is "rgb(173, 216, 230)"
430 PASS colorTest.parseColor("lig\\htblue") is "rgb(173, 216, 230)"
431 PASS colorTest.parseColor("lig\\68 tblue") is "rgb(173, 216, 230)"
432 PASS colorTest.parseColor("ligtblue") is "parse error"
433 PASS colorTest.parseColor("lightcoral") is "rgb(240, 128, 128)"
434 PASS colorTest.parseColor("lightCoral") is "rgb(240, 128, 128)"
435 PASS colorTest.parseColor("light\\63 oral") is "rgb(240, 128, 128)"
436 PASS colorTest.parseColor("lightoral") is "parse error"
437 PASS colorTest.parseColor("lightcyan") is "rgb(224, 255, 255)"
438 PASS colorTest.parseColor("lightCyan") is "rgb(224, 255, 255)"
439 PASS colorTest.parseColor("light\\63 yan") is "rgb(224, 255, 255)"
440 PASS colorTest.parseColor("lightyan") is "parse error"
441 PASS colorTest.parseColor("lightgoldenrodyellow") is "rgb(250, 250, 210)"
442 PASS colorTest.parseColor("lightgoLdenrodyellow") is "rgb(250, 250, 210)"
443 PASS colorTest.parseColor("lightgo\\ldenrodyellow") is "rgb(250, 250, 210)"
444 PASS colorTest.parseColor("lightgo\\6C denrodyellow") is "rgb(250, 250, 210)"
445 PASS colorTest.parseColor("lightgodenrodyellow") is "parse error"
446 PASS colorTest.parseColor("lightgray") is "rgb(211, 211, 211)"
447 PASS colorTest.parseColor("lightgrAy") is "rgb(211, 211, 211)"
448 PASS colorTest.parseColor("lightgr\\61 y") is "rgb(211, 211, 211)"
449 PASS colorTest.parseColor("lightgry") is "parse error"
450 PASS colorTest.parseColor("lightgreen") is "rgb(144, 238, 144)"
451 PASS colorTest.parseColor("lightgreeN") is "rgb(144, 238, 144)"
452 PASS colorTest.parseColor("lightgree\\n") is "rgb(144, 238, 144)"
453 PASS colorTest.parseColor("lightgree\\6E ") is "rgb(144, 238, 144)"
454 PASS colorTest.parseColor("lightgree") is "parse error"
455 PASS colorTest.parseColor("lightgrey") is "rgb(211, 211, 211)"
456 PASS colorTest.parseColor("Lightgrey") is "rgb(211, 211, 211)"
457 PASS colorTest.parseColor("\\lightgrey") is "rgb(211, 211, 211)"
458 PASS colorTest.parseColor("\\6C ightgrey") is "rgb(211, 211, 211)"
459 PASS colorTest.parseColor("ightgrey") is "parse error"
460 PASS colorTest.parseColor("lightpink") is "rgb(255, 182, 193)"
461 PASS colorTest.parseColor("lIghtpink") is "rgb(255, 182, 193)"
462 PASS colorTest.parseColor("l\\ightpink") is "rgb(255, 182, 193)"
463 PASS colorTest.parseColor("l\\69 ghtpink") is "rgb(255, 182, 193)"
464 PASS colorTest.parseColor("lghtpink") is "parse error"
465 PASS colorTest.parseColor("lightpinK") is "parse error"
466 PASS colorTest.parseColor("lightsalmon") is "rgb(255, 160, 122)"
467 PASS colorTest.parseColor("lighTsalmon") is "rgb(255, 160, 122)"
468 PASS colorTest.parseColor("ligh\\tsalmon") is "rgb(255, 160, 122)"
469 PASS colorTest.parseColor("ligh\\74 salmon") is "rgb(255, 160, 122)"
470 PASS colorTest.parseColor("lighsalmon") is "parse error"
471 PASS colorTest.parseColor("lightseagreen") is "rgb(32, 178, 170)"
472 PASS colorTest.parseColor("liGhtseagreen") is "rgb(32, 178, 170)"
473 PASS colorTest.parseColor("li\\ghtseagreen") is "rgb(32, 178, 170)"
474 PASS colorTest.parseColor("li\\67 htseagreen") is "rgb(32, 178, 170)"
475 PASS colorTest.parseColor("lihtseagreen") is "parse error"
476 PASS colorTest.parseColor("lightskyblue") is "rgb(135, 206, 250)"
477 PASS colorTest.parseColor("lightskyblUe") is "rgb(135, 206, 250)"
478 PASS colorTest.parseColor("lightskybl\\ue") is "rgb(135, 206, 250)"
479 PASS colorTest.parseColor("lightskybl\\75 e") is "rgb(135, 206, 250)"
480 PASS colorTest.parseColor("lightskyble") is "parse error"
481 PASS colorTest.parseColor("lightsKyblue") is "parse error"
482 PASS colorTest.parseColor("lightslategray") is "rgb(119, 136, 153)"
483 PASS colorTest.parseColor("lightslategRay") is "rgb(119, 136, 153)"
484 PASS colorTest.parseColor("lightslateg\\ray") is "rgb(119, 136, 153)"
485 PASS colorTest.parseColor("lightslateg\\72 ay") is "rgb(119, 136, 153)"
486 PASS colorTest.parseColor("lightslategay") is "parse error"
487 PASS colorTest.parseColor("lightslategrey") is "rgb(119, 136, 153)"
488 PASS colorTest.parseColor("lightslategrEy") is "rgb(119, 136, 153)"
489 PASS colorTest.parseColor("lightslategr\\65 y") is "rgb(119, 136, 153)"
490 PASS colorTest.parseColor("lightslategry") is "parse error"
491 PASS colorTest.parseColor("lightsteelblue") is "rgb(176, 196, 222)"
492 PASS colorTest.parseColor("lightsteelbluE") is "rgb(176, 196, 222)"
493 PASS colorTest.parseColor("lightsteelblu\\65 ") is "rgb(176, 196, 222)"
494 PASS colorTest.parseColor("lightsteelblu") is "parse error"
495 PASS colorTest.parseColor("lightyellow") is "rgb(255, 255, 224)"
496 PASS colorTest.parseColor("lightyelloW") is "rgb(255, 255, 224)"
497 PASS colorTest.parseColor("lightyello\\w") is "rgb(255, 255, 224)"
498 PASS colorTest.parseColor("lightyello\\77 ") is "rgb(255, 255, 224)"
499 PASS colorTest.parseColor("lightyello") is "parse error"
500 PASS colorTest.parseColor("lime") is "rgb(0, 255, 0)"
501 PASS colorTest.parseColor("limE") is "rgb(0, 255, 0)"
502 PASS colorTest.parseColor("lim\\65 ") is "rgb(0, 255, 0)"
503 PASS colorTest.parseColor("lim") is "parse error"
504 PASS colorTest.parseColor("limegreen") is "rgb(50, 205, 50)"
505 PASS colorTest.parseColor("lImegreen") is "rgb(50, 205, 50)"
506 PASS colorTest.parseColor("l\\imegreen") is "rgb(50, 205, 50)"
507 PASS colorTest.parseColor("l\\69 megreen") is "rgb(50, 205, 50)"
508 PASS colorTest.parseColor("lmegreen") is "parse error"
509 PASS colorTest.parseColor("linen") is "rgb(250, 240, 230)"
510 PASS colorTest.parseColor("lInen") is "rgb(250, 240, 230)"
511 PASS colorTest.parseColor("l\\inen") is "rgb(250, 240, 230)"
512 PASS colorTest.parseColor("l\\69 nen") is "rgb(250, 240, 230)"
513 PASS colorTest.parseColor("lnen") is "parse error"
514 PASS colorTest.parseColor("magenta") is "rgb(255, 0, 255)"
515 PASS colorTest.parseColor("mageNta") is "rgb(255, 0, 255)"
516 PASS colorTest.parseColor("mage\\nta") is "rgb(255, 0, 255)"
517 PASS colorTest.parseColor("mage\\6E ta") is "rgb(255, 0, 255)"
518 PASS colorTest.parseColor("mageta") is "parse error"
519 PASS colorTest.parseColor("maroon") is "rgb(128, 0, 0)"
520 PASS colorTest.parseColor("mAroon") is "rgb(128, 0, 0)"
521 PASS colorTest.parseColor("m\\61 roon") is "rgb(128, 0, 0)"
522 PASS colorTest.parseColor("mroon") is "parse error"
523 PASS colorTest.parseColor("mediumaquamarine") is "rgb(102, 205, 170)"
524 PASS colorTest.parseColor("mediumaqUamarine") is "rgb(102, 205, 170)"
525 PASS colorTest.parseColor("mediumaq\\uamarine") is "rgb(102, 205, 170)"
526 PASS colorTest.parseColor("mediumaq\\75 amarine") is "rgb(102, 205, 170)"
527 PASS colorTest.parseColor("mediumaqamarine") is "parse error"
528 PASS colorTest.parseColor("mediumblue") is "rgb(0, 0, 205)"
529 PASS colorTest.parseColor("mediuMblue") is "rgb(0, 0, 205)"
530 PASS colorTest.parseColor("mediu\\mblue") is "rgb(0, 0, 205)"
531 PASS colorTest.parseColor("mediu\\6D blue") is "rgb(0, 0, 205)"
532 PASS colorTest.parseColor("mediublue") is "parse error"
533 PASS colorTest.parseColor("mediumorchid") is "rgb(186, 85, 211)"
534 PASS colorTest.parseColor("mediumorchId") is "rgb(186, 85, 211)"
535 PASS colorTest.parseColor("mediumorch\\id") is "rgb(186, 85, 211)"
536 PASS colorTest.parseColor("mediumorch\\69 d") is "rgb(186, 85, 211)"
537 PASS colorTest.parseColor("mediumorchd") is "parse error"
538 PASS colorTest.parseColor("mediumpurple") is "rgb(147, 112, 219)"
539 PASS colorTest.parseColor("mediumpurplE") is "rgb(147, 112, 219)"
540 PASS colorTest.parseColor("mediumpurpl\\65 ") is "rgb(147, 112, 219)"
541 PASS colorTest.parseColor("mediumpurpl") is "parse error"
542 PASS colorTest.parseColor("mediumseagreen") is "rgb(60, 179, 113)"
543 PASS colorTest.parseColor("mediumseagReen") is "rgb(60, 179, 113)"
544 PASS colorTest.parseColor("mediumseag\\reen") is "rgb(60, 179, 113)"
545 PASS colorTest.parseColor("mediumseag\\72 een") is "rgb(60, 179, 113)"
546 PASS colorTest.parseColor("mediumseageen") is "parse error"
547 PASS colorTest.parseColor("mediumslateblue") is "rgb(123, 104, 238)"
548 PASS colorTest.parseColor("mediUmslateblue") is "rgb(123, 104, 238)"
549 PASS colorTest.parseColor("medi\\umslateblue") is "rgb(123, 104, 238)"
550 PASS colorTest.parseColor("medi\\75 mslateblue") is "rgb(123, 104, 238)"
551 PASS colorTest.parseColor("medimslateblue") is "parse error"
552 PASS colorTest.parseColor("mediumspringgreen") is "rgb(0, 250, 154)"
553 PASS colorTest.parseColor("mediumspRinggreen") is "rgb(0, 250, 154)"
554 PASS colorTest.parseColor("mediumsp\\ringgreen") is "rgb(0, 250, 154)"
555 PASS colorTest.parseColor("mediumsp\\72 inggreen") is "rgb(0, 250, 154)"
556 PASS colorTest.parseColor("mediumspinggreen") is "parse error"
557 PASS colorTest.parseColor("mediumturquoise") is "rgb(72, 209, 204)"
558 PASS colorTest.parseColor("mediumTurquoise") is "rgb(72, 209, 204)"
559 PASS colorTest.parseColor("medium\\turquoise") is "rgb(72, 209, 204)"
560 PASS colorTest.parseColor("medium\\74 urquoise") is "rgb(72, 209, 204)"
561 PASS colorTest.parseColor("mediumurquoise") is "parse error"
562 PASS colorTest.parseColor("mediumvioletred") is "rgb(199, 21, 133)"
563 PASS colorTest.parseColor("mediumvIoletred") is "rgb(199, 21, 133)"
564 PASS colorTest.parseColor("mediumv\\ioletred") is "rgb(199, 21, 133)"
565 PASS colorTest.parseColor("mediumv\\69 oletred") is "rgb(199, 21, 133)"
566 PASS colorTest.parseColor("mediumvoletred") is "parse error"
567 PASS colorTest.parseColor("midnightblue") is "rgb(25, 25, 112)"
568 PASS colorTest.parseColor("midniGhtblue") is "rgb(25, 25, 112)"
569 PASS colorTest.parseColor("midni\\ghtblue") is "rgb(25, 25, 112)"
570 PASS colorTest.parseColor("midni\\67 htblue") is "rgb(25, 25, 112)"
571 PASS colorTest.parseColor("midnihtblue") is "parse error"
572 PASS colorTest.parseColor("mintcream") is "rgb(245, 255, 250)"
573 PASS colorTest.parseColor("mintcrEam") is "rgb(245, 255, 250)"
574 PASS colorTest.parseColor("mintcr\\65 am") is "rgb(245, 255, 250)"
575 PASS colorTest.parseColor("mintcram") is "parse error"
576 PASS colorTest.parseColor("mistyrose") is "rgb(255, 228, 225)"
577 PASS colorTest.parseColor("mistyroSe") is "rgb(255, 228, 225)"
578 PASS colorTest.parseColor("mistyro\\se") is "rgb(255, 228, 225)"
579 PASS colorTest.parseColor("mistyro\\73 e") is "rgb(255, 228, 225)"
580 PASS colorTest.parseColor("mistyroe") is "parse error"
581 PASS colorTest.parseColor("moccasin") is "rgb(255, 228, 181)"
582 PASS colorTest.parseColor("moccAsin") is "rgb(255, 228, 181)"
583 PASS colorTest.parseColor("mocc\\61 sin") is "rgb(255, 228, 181)"
584 PASS colorTest.parseColor("moccsin") is "parse error"
585 PASS colorTest.parseColor("navajowhite") is "rgb(255, 222, 173)"
586 PASS colorTest.parseColor("navajowHite") is "rgb(255, 222, 173)"
587 PASS colorTest.parseColor("navajow\\hite") is "rgb(255, 222, 173)"
588 PASS colorTest.parseColor("navajow\\68 ite") is "rgb(255, 222, 173)"
589 PASS colorTest.parseColor("navajowite") is "parse error"
590 PASS colorTest.parseColor("navy") is "rgb(0, 0, 128)"
591 PASS colorTest.parseColor("naVy") is "rgb(0, 0, 128)"
592 PASS colorTest.parseColor("na\\vy") is "rgb(0, 0, 128)"
593 PASS colorTest.parseColor("na\\76 y") is "rgb(0, 0, 128)"
594 PASS colorTest.parseColor("nay") is "parse error"
595 PASS colorTest.parseColor("oldlace") is "rgb(253, 245, 230)"
596 PASS colorTest.parseColor("Oldlace") is "rgb(253, 245, 230)"
597 PASS colorTest.parseColor("\\oldlace") is "rgb(253, 245, 230)"
598 PASS colorTest.parseColor("\\6F ldlace") is "rgb(253, 245, 230)"
599 PASS colorTest.parseColor("ldlace") is "parse error"
600 PASS colorTest.parseColor("olive") is "rgb(128, 128, 0)"
601 PASS colorTest.parseColor("Olive") is "rgb(128, 128, 0)"
602 PASS colorTest.parseColor("\\olive") is "rgb(128, 128, 0)"
603 PASS colorTest.parseColor("\\6F live") is "rgb(128, 128, 0)"
604 PASS colorTest.parseColor("live") is "parse error"
605 PASS colorTest.parseColor("olivedrab") is "rgb(107, 142, 35)"
606 PASS colorTest.parseColor("olivEdrab") is "rgb(107, 142, 35)"
607 PASS colorTest.parseColor("oliv\\65 drab") is "rgb(107, 142, 35)"
608 PASS colorTest.parseColor("olivdrab") is "parse error"
609 PASS colorTest.parseColor("orange") is "rgb(255, 165, 0)"
610 PASS colorTest.parseColor("orAnge") is "rgb(255, 165, 0)"
611 PASS colorTest.parseColor("or\\61 nge") is "rgb(255, 165, 0)"
612 PASS colorTest.parseColor("ornge") is "parse error"
613 PASS colorTest.parseColor("orangered") is "rgb(255, 69, 0)"
614 PASS colorTest.parseColor("orangeRed") is "rgb(255, 69, 0)"
615 PASS colorTest.parseColor("orange\\red") is "rgb(255, 69, 0)"
616 PASS colorTest.parseColor("orange\\72 ed") is "rgb(255, 69, 0)"
617 PASS colorTest.parseColor("orangeed") is "parse error"
618 PASS colorTest.parseColor("orchid") is "rgb(218, 112, 214)"
619 PASS colorTest.parseColor("orchId") is "rgb(218, 112, 214)"
620 PASS colorTest.parseColor("orch\\id") is "rgb(218, 112, 214)"
621 PASS colorTest.parseColor("orch\\69 d") is "rgb(218, 112, 214)"
622 PASS colorTest.parseColor("orchd") is "parse error"
623 PASS colorTest.parseColor("palegoldenrod") is "rgb(238, 232, 170)"
624 PASS colorTest.parseColor("palegoldEnrod") is "rgb(238, 232, 170)"
625 PASS colorTest.parseColor("palegold\\65 nrod") is "rgb(238, 232, 170)"
626 PASS colorTest.parseColor("palegoldnrod") is "parse error"
627 PASS colorTest.parseColor("palegreen") is "rgb(152, 251, 152)"
628 PASS colorTest.parseColor("Palegreen") is "rgb(152, 251, 152)"
629 PASS colorTest.parseColor("\\palegreen") is "rgb(152, 251, 152)"
630 PASS colorTest.parseColor("\\70 alegreen") is "rgb(152, 251, 152)"
631 PASS colorTest.parseColor("alegreen") is "parse error"
632 PASS colorTest.parseColor("paleturquoise") is "rgb(175, 238, 238)"
633 PASS colorTest.parseColor("paleturquoIse") is "rgb(175, 238, 238)"
634 PASS colorTest.parseColor("paleturquo\\ise") is "rgb(175, 238, 238)"
635 PASS colorTest.parseColor("paleturquo\\69 se") is "rgb(175, 238, 238)"
636 PASS colorTest.parseColor("paleturquose") is "parse error"
637 PASS colorTest.parseColor("palevioletred") is "rgb(219, 112, 147)"
638 PASS colorTest.parseColor("palevioletrEd") is "rgb(219, 112, 147)"
639 PASS colorTest.parseColor("palevioletr\\65 d") is "rgb(219, 112, 147)"
640 PASS colorTest.parseColor("palevioletrd") is "parse error"
641 PASS colorTest.parseColor("papayawhip") is "rgb(255, 239, 213)"
642 PASS colorTest.parseColor("papayawhiP") is "rgb(255, 239, 213)"
643 PASS colorTest.parseColor("papayawhi\\p") is "rgb(255, 239, 213)"
644 PASS colorTest.parseColor("papayawhi\\70 ") is "rgb(255, 239, 213)"
645 PASS colorTest.parseColor("papayawhi") is "parse error"
646 PASS colorTest.parseColor("peachpuff") is "rgb(255, 218, 185)"
647 PASS colorTest.parseColor("peacHpuff") is "rgb(255, 218, 185)"
648 PASS colorTest.parseColor("peac\\hpuff") is "rgb(255, 218, 185)"
649 PASS colorTest.parseColor("peac\\68 puff") is "rgb(255, 218, 185)"
650 PASS colorTest.parseColor("peacpuff") is "parse error"
651 PASS colorTest.parseColor("peru") is "rgb(205, 133, 63)"
652 PASS colorTest.parseColor("perU") is "rgb(205, 133, 63)"
653 PASS colorTest.parseColor("per\\u") is "rgb(205, 133, 63)"
654 PASS colorTest.parseColor("per\\75 ") is "rgb(205, 133, 63)"
655 PASS colorTest.parseColor("per") is "parse error"
656 PASS colorTest.parseColor("pink") is "rgb(255, 192, 203)"
657 PASS colorTest.parseColor("Pink") is "rgb(255, 192, 203)"
658 PASS colorTest.parseColor("\\pink") is "rgb(255, 192, 203)"
659 PASS colorTest.parseColor("\\70 ink") is "rgb(255, 192, 203)"
660 PASS colorTest.parseColor("ink") is "parse error"
661 PASS colorTest.parseColor("pinK") is "parse error"
662 PASS colorTest.parseColor("plum") is "rgb(221, 160, 221)"
663 PASS colorTest.parseColor("pLum") is "rgb(221, 160, 221)"
664 PASS colorTest.parseColor("p\\lum") is "rgb(221, 160, 221)"
665 PASS colorTest.parseColor("p\\6C um") is "rgb(221, 160, 221)"
666 PASS colorTest.parseColor("pum") is "parse error"
667 PASS colorTest.parseColor("powderblue") is "rgb(176, 224, 230)"
668 PASS colorTest.parseColor("powdErblue") is "rgb(176, 224, 230)"
669 PASS colorTest.parseColor("powd\\65 rblue") is "rgb(176, 224, 230)"
670 PASS colorTest.parseColor("powdrblue") is "parse error"
671 PASS colorTest.parseColor("purple") is "rgb(128, 0, 128)"
672 PASS colorTest.parseColor("purPle") is "rgb(128, 0, 128)"
673 PASS colorTest.parseColor("pur\\ple") is "rgb(128, 0, 128)"
674 PASS colorTest.parseColor("pur\\70 le") is "rgb(128, 0, 128)"
675 PASS colorTest.parseColor("purle") is "parse error"
676 PASS colorTest.parseColor("red") is "rgb(255, 0, 0)"
677 PASS colorTest.parseColor("rEd") is "rgb(255, 0, 0)"
678 PASS colorTest.parseColor("r\\65 d") is "rgb(255, 0, 0)"
679 PASS colorTest.parseColor("rd") is "parse error"
680 PASS colorTest.parseColor("rosybrown") is "rgb(188, 143, 143)"
681 PASS colorTest.parseColor("roSybrown") is "rgb(188, 143, 143)"
682 PASS colorTest.parseColor("ro\\sybrown") is "rgb(188, 143, 143)"
683 PASS colorTest.parseColor("ro\\73 ybrown") is "rgb(188, 143, 143)"
684 PASS colorTest.parseColor("roybrown") is "parse error"
685 PASS colorTest.parseColor("royalblue") is "rgb(65, 105, 225)"
686 PASS colorTest.parseColor("royAlblue") is "rgb(65, 105, 225)"
687 PASS colorTest.parseColor("roy\\61 lblue") is "rgb(65, 105, 225)"
688 PASS colorTest.parseColor("roylblue") is "parse error"
689 PASS colorTest.parseColor("saddlebrown") is "rgb(139, 69, 19)"
690 PASS colorTest.parseColor("saddlebRown") is "rgb(139, 69, 19)"
691 PASS colorTest.parseColor("saddleb\\rown") is "rgb(139, 69, 19)"
692 PASS colorTest.parseColor("saddleb\\72 own") is "rgb(139, 69, 19)"
693 PASS colorTest.parseColor("saddlebown") is "parse error"
694 PASS colorTest.parseColor("salmon") is "rgb(250, 128, 114)"
695 PASS colorTest.parseColor("saLmon") is "rgb(250, 128, 114)"
696 PASS colorTest.parseColor("sa\\lmon") is "rgb(250, 128, 114)"
697 PASS colorTest.parseColor("sa\\6C mon") is "rgb(250, 128, 114)"
698 PASS colorTest.parseColor("samon") is "parse error"
699 PASS colorTest.parseColor("sandybrown") is "rgb(244, 164, 96)"
700 PASS colorTest.parseColor("sAndybrown") is "rgb(244, 164, 96)"
701 PASS colorTest.parseColor("s\\61 ndybrown") is "rgb(244, 164, 96)"
702 PASS colorTest.parseColor("sndybrown") is "parse error"
703 PASS colorTest.parseColor("seagreen") is "rgb(46, 139, 87)"
704 PASS colorTest.parseColor("seagreEn") is "rgb(46, 139, 87)"
705 PASS colorTest.parseColor("seagre\\65 n") is "rgb(46, 139, 87)"
706 PASS colorTest.parseColor("seagren") is "parse error"
707 PASS colorTest.parseColor("seashell") is "rgb(255, 245, 238)"
708 PASS colorTest.parseColor("seashelL") is "rgb(255, 245, 238)"
709 PASS colorTest.parseColor("seashel\\l") is "rgb(255, 245, 238)"
710 PASS colorTest.parseColor("seashel\\6C ") is "rgb(255, 245, 238)"
711 PASS colorTest.parseColor("seashel") is "parse error"
712 PASS colorTest.parseColor("sienna") is "rgb(160, 82, 45)"
713 PASS colorTest.parseColor("Sienna") is "rgb(160, 82, 45)"
714 PASS colorTest.parseColor("\\sienna") is "rgb(160, 82, 45)"
715 PASS colorTest.parseColor("\\73 ienna") is "rgb(160, 82, 45)"
716 PASS colorTest.parseColor("ienna") is "parse error"
717 PASS colorTest.parseColor("silver") is "rgb(192, 192, 192)"
718 PASS colorTest.parseColor("sIlver") is "rgb(192, 192, 192)"
719 PASS colorTest.parseColor("s\\ilver") is "rgb(192, 192, 192)"
720 PASS colorTest.parseColor("s\\69 lver") is "rgb(192, 192, 192)"
721 PASS colorTest.parseColor("slver") is "parse error"
722 PASS colorTest.parseColor("skyblue") is "rgb(135, 206, 235)"
723 PASS colorTest.parseColor("skybluE") is "rgb(135, 206, 235)"
724 PASS colorTest.parseColor("skyblu\\65 ") is "rgb(135, 206, 235)"
725 PASS colorTest.parseColor("skyblu") is "parse error"
726 PASS colorTest.parseColor("sKyblue") is "parse error"
727 PASS colorTest.parseColor("slateblue") is "rgb(106, 90, 205)"
728 PASS colorTest.parseColor("slaTeblue") is "rgb(106, 90, 205)"
729 PASS colorTest.parseColor("sla\\teblue") is "rgb(106, 90, 205)"
730 PASS colorTest.parseColor("sla\\74 eblue") is "rgb(106, 90, 205)"
731 PASS colorTest.parseColor("slaeblue") is "parse error"
732 PASS colorTest.parseColor("slategray") is "rgb(112, 128, 144)"
733 PASS colorTest.parseColor("slatEgray") is "rgb(112, 128, 144)"
734 PASS colorTest.parseColor("slat\\65 gray") is "rgb(112, 128, 144)"
735 PASS colorTest.parseColor("slatgray") is "parse error"
736 PASS colorTest.parseColor("slategrey") is "rgb(112, 128, 144)"
737 PASS colorTest.parseColor("slateGrey") is "rgb(112, 128, 144)"
738 PASS colorTest.parseColor("slate\\grey") is "rgb(112, 128, 144)"
739 PASS colorTest.parseColor("slate\\67 rey") is "rgb(112, 128, 144)"
740 PASS colorTest.parseColor("slaterey") is "parse error"
741 PASS colorTest.parseColor("snow") is "rgb(255, 250, 250)"
742 PASS colorTest.parseColor("snOw") is "rgb(255, 250, 250)"
743 PASS colorTest.parseColor("sn\\ow") is "rgb(255, 250, 250)"
744 PASS colorTest.parseColor("sn\\6F w") is "rgb(255, 250, 250)"
745 PASS colorTest.parseColor("snw") is "parse error"
746 PASS colorTest.parseColor("springgreen") is "rgb(0, 255, 127)"
747 PASS colorTest.parseColor("springgrEen") is "rgb(0, 255, 127)"
748 PASS colorTest.parseColor("springgr\\65 en") is "rgb(0, 255, 127)"
749 PASS colorTest.parseColor("springgren") is "parse error"
750 PASS colorTest.parseColor("steelblue") is "rgb(70, 130, 180)"
751 PASS colorTest.parseColor("steelbluE") is "rgb(70, 130, 180)"
752 PASS colorTest.parseColor("steelblu\\65 ") is "rgb(70, 130, 180)"
753 PASS colorTest.parseColor("steelblu") is "parse error"
754 PASS colorTest.parseColor("tan") is "rgb(210, 180, 140)"
755 PASS colorTest.parseColor("Tan") is "rgb(210, 180, 140)"
756 PASS colorTest.parseColor("\\tan") is "rgb(210, 180, 140)"
757 PASS colorTest.parseColor("\\74 an") is "rgb(210, 180, 140)"
758 PASS colorTest.parseColor("an") is "parse error"
759 PASS colorTest.parseColor("teal") is "rgb(0, 128, 128)"
760 PASS colorTest.parseColor("teAl") is "rgb(0, 128, 128)"
761 PASS colorTest.parseColor("te\\61 l") is "rgb(0, 128, 128)"
762 PASS colorTest.parseColor("tel") is "parse error"
763 PASS colorTest.parseColor("thistle") is "rgb(216, 191, 216)"
764 PASS colorTest.parseColor("tHistle") is "rgb(216, 191, 216)"
765 PASS colorTest.parseColor("t\\histle") is "rgb(216, 191, 216)"
766 PASS colorTest.parseColor("t\\68 istle") is "rgb(216, 191, 216)"
767 PASS colorTest.parseColor("tistle") is "parse error"
768 PASS colorTest.parseColor("tomato") is "rgb(255, 99, 71)"
769 PASS colorTest.parseColor("Tomato") is "rgb(255, 99, 71)"
770 PASS colorTest.parseColor("\\tomato") is "rgb(255, 99, 71)"
771 PASS colorTest.parseColor("\\74 omato") is "rgb(255, 99, 71)"
772 PASS colorTest.parseColor("omato") is "parse error"
773 PASS colorTest.parseColor("turquoise") is "rgb(64, 224, 208)"
774 PASS colorTest.parseColor("turqUoise") is "rgb(64, 224, 208)"
775 PASS colorTest.parseColor("turq\\uoise") is "rgb(64, 224, 208)"
776 PASS colorTest.parseColor("turq\\75 oise") is "rgb(64, 224, 208)"
777 PASS colorTest.parseColor("turqoise") is "parse error"
778 PASS colorTest.parseColor("violet") is "rgb(238, 130, 238)"
779 PASS colorTest.parseColor("viOlet") is "rgb(238, 130, 238)"
780 PASS colorTest.parseColor("vi\\olet") is "rgb(238, 130, 238)"
781 PASS colorTest.parseColor("vi\\6F let") is "rgb(238, 130, 238)"
782 PASS colorTest.parseColor("vilet") is "parse error"
783 PASS colorTest.parseColor("wheat") is "rgb(245, 222, 179)"
784 PASS colorTest.parseColor("wheaT") is "rgb(245, 222, 179)"
785 PASS colorTest.parseColor("whea\\t") is "rgb(245, 222, 179)"
786 PASS colorTest.parseColor("whea\\74 ") is "rgb(245, 222, 179)"
787 PASS colorTest.parseColor("whea") is "parse error"
788 PASS colorTest.parseColor("white") is "rgb(255, 255, 255)"
789 PASS colorTest.parseColor("White") is "rgb(255, 255, 255)"
790 PASS colorTest.parseColor("\\white") is "rgb(255, 255, 255)"
791 PASS colorTest.parseColor("\\77 hite") is "rgb(255, 255, 255)"
792 PASS colorTest.parseColor("hite") is "parse error"
793 PASS colorTest.parseColor("whitesmoke") is "rgb(245, 245, 245)"
794 PASS colorTest.parseColor("wHitesmoke") is "rgb(245, 245, 245)"
795 PASS colorTest.parseColor("w\\hitesmoke") is "rgb(245, 245, 245)"
796 PASS colorTest.parseColor("w\\68 itesmoke") is "rgb(245, 245, 245)"
797 PASS colorTest.parseColor("witesmoke") is "parse error"
798 PASS colorTest.parseColor("whitesmoKe") is "parse error"
799 PASS colorTest.parseColor("yellow") is "rgb(255, 255, 0)"
800 PASS colorTest.parseColor("Yellow") is "rgb(255, 255, 0)"
801 PASS colorTest.parseColor("\\yellow") is "rgb(255, 255, 0)"
802 PASS colorTest.parseColor("\\79 ellow") is "rgb(255, 255, 0)"
803 PASS colorTest.parseColor("ellow") is "parse error"
804 PASS colorTest.parseColor("yellowgreen") is "rgb(154, 205, 50)"
805 PASS colorTest.parseColor("yellowgreEn") is "rgb(154, 205, 50)"
806 PASS colorTest.parseColor("yellowgre\\65 n") is "rgb(154, 205, 50)"
807 PASS colorTest.parseColor("yellowgren") is "parse error"
808 PASS successfullyParsed is true
809
810 TEST COMPLETE
811