fixed tests
[mono.git] / mcs / class / System.Web / Test / mainsoft / MainsoftWebTest / reference20 / _System_Web_UI_WebControls_WebControl_WebControl_BackColor.aspx.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <testresults name="">
3   <div id="GHTSubTest1" testname="System.Web.UI.WebControls.Button: Named color:">
4     <input id="ctrl_0" style="background-color:goldenrod" value="" type="submit" name="ctrl_0" />
5   </div>
6   <div id="GHTSubTest2" testname="System.Web.UI.WebControls.Button: Color.Empty:">
7     <input id="ctrl_1" value="" type="submit" name="ctrl_1" />
8   </div>
9   <div id="GHTSubTest3" testname="System.Web.UI.WebControls.Button: Default:">
10     <input id="ctrl_2" value="" type="submit" name="ctrl_2" />
11   </div>
12   <div id="GHTSubTest4" testname="System.Web.UI.WebControls.Button: Using RGB:">
13     <input id="ctrl_3" style="background-color:#55aaff" value="" type="submit" name="ctrl_3" />
14   </div>
15   <div id="GHTSubTest5" testname="System.Web.UI.WebControls.CheckBox: Named color:">
16     <span style="background-color:goldenrod">
17       <input id="ctrl_4" type="checkbox" name="ctrl_4" />
18     </span>
19   </div>
20   <div id="GHTSubTest6" testname="System.Web.UI.WebControls.CheckBox: Color.Empty:">
21     <span>
22       <input id="ctrl_5" type="checkbox" name="ctrl_5" />
23     </span>
24   </div>
25   <div id="GHTSubTest7" testname="System.Web.UI.WebControls.CheckBox: Default:">
26     <input id="ctrl_6" type="checkbox" name="ctrl_6" />
27   </div>
28   <div id="GHTSubTest8" testname="System.Web.UI.WebControls.CheckBox: Using RGB:">
29     <span style="background-color:#55aaff">
30       <input id="ctrl_7" type="checkbox" name="ctrl_7" />
31     </span>
32   </div>
33   <div id="GHTSubTest9" testname="System.Web.UI.WebControls.HyperLink: Named color:">
34     <a id="ctrl_8" style="background-color:goldenrod">
35     </a>
36   </div>
37   <div id="GHTSubTest10" testname="System.Web.UI.WebControls.HyperLink: Color.Empty:">
38     <a id="ctrl_9">
39     </a>
40   </div>
41   <div id="GHTSubTest11" testname="System.Web.UI.WebControls.HyperLink: Default:">
42     <a id="ctrl_10">
43     </a>
44   </div>
45   <div id="GHTSubTest12" testname="System.Web.UI.WebControls.HyperLink: Using RGB:">
46     <a id="ctrl_11" style="background-color:#55aaff">
47     </a>
48   </div>
49   <div id="GHTSubTest13" testname="System.Web.UI.WebControls.Image: Named color:">
50     <img id="ctrl_12" src="" style="background-color:goldenrod;border-width:0px" />
51   </div>
52   <div id="GHTSubTest14" testname="System.Web.UI.WebControls.Image: Color.Empty:">
53     <img id="ctrl_13" src="" style="border-width:0px" />
54   </div>
55   <div id="GHTSubTest15" testname="System.Web.UI.WebControls.Image: Default:">
56     <img id="ctrl_14" src="" style="border-width:0px" />
57   </div>
58   <div id="GHTSubTest16" testname="System.Web.UI.WebControls.Image: Using RGB:">
59     <img id="ctrl_15" src="" style="background-color:#55aaff;border-width:0px" />
60   </div>
61   <div id="GHTSubTest17" testname="System.Web.UI.WebControls.ImageButton: Named color:">
62     <input id="ctrl_16" src="" style="background-color:goldenrod;border-width:0px" type="image" name="ctrl_16" />
63   </div>
64   <div id="GHTSubTest18" testname="System.Web.UI.WebControls.ImageButton: Color.Empty:">
65     <input id="ctrl_17" src="" style="border-width:0px" type="image" name="ctrl_17" />
66   </div>
67   <div id="GHTSubTest19" testname="System.Web.UI.WebControls.ImageButton: Default:">
68     <input id="ctrl_18" src="" style="border-width:0px" type="image" name="ctrl_18" />
69   </div>
70   <div id="GHTSubTest20" testname="System.Web.UI.WebControls.ImageButton: Using RGB:">
71     <input id="ctrl_19" src="" style="background-color:#55aaff;border-width:0px" type="image" name="ctrl_19" />
72   </div>
73   <div id="GHTSubTest21" testname="System.Web.UI.WebControls.Label: Named color:">
74     <span id="ctrl_20" style="background-color:goldenrod">
75     </span>
76   </div>
77   <div id="GHTSubTest22" testname="System.Web.UI.WebControls.Label: Color.Empty:">
78     <span id="ctrl_21">
79     </span>
80   </div>
81   <div id="GHTSubTest23" testname="System.Web.UI.WebControls.Label: Default:">
82     <span id="ctrl_22">
83     </span>
84   </div>
85   <div id="GHTSubTest24" testname="System.Web.UI.WebControls.Label: Using RGB:">
86     <span id="ctrl_23" style="background-color:#55aaff">
87     </span>
88   </div>
89   <div id="GHTSubTest25" testname="System.Web.UI.WebControls.LinkButton: Named color:">
90     <a id="ctrl_24" style="background-color:goldenrod" href="javascript:__doPostBack('ctrl_24','')">
91     </a>
92   </div>
93   <div id="GHTSubTest26" testname="System.Web.UI.WebControls.LinkButton: Color.Empty:">
94     <a id="ctrl_25" href="javascript:__doPostBack('ctrl_25','')">
95     </a>
96   </div>
97   <div id="GHTSubTest27" testname="System.Web.UI.WebControls.LinkButton: Default:">
98     <a id="ctrl_26" href="javascript:__doPostBack('ctrl_26','')">
99     </a>
100   </div>
101   <div id="GHTSubTest28" testname="System.Web.UI.WebControls.LinkButton: Using RGB:">
102     <a id="ctrl_27" style="background-color:#55aaff" href="javascript:__doPostBack('ctrl_27','')">
103     </a>
104   </div>
105   <div id="GHTSubTest29" testname="System.Web.UI.WebControls.Panel: Named color:">
106     <div id="ctrl_28" style="background-color:goldenrod">
107     </div>
108   </div>
109   <div id="GHTSubTest30" testname="System.Web.UI.WebControls.Panel: Color.Empty:">
110     <div id="ctrl_29">
111     </div>
112   </div>
113   <div id="GHTSubTest31" testname="System.Web.UI.WebControls.Panel: Default:">
114     <div id="ctrl_30">
115     </div>
116   </div>
117   <div id="GHTSubTest32" testname="System.Web.UI.WebControls.Panel: Using RGB:">
118     <div id="ctrl_31" style="background-color:#55aaff">
119     </div>
120   </div>
121   <div id="GHTSubTest33" testname="System.Web.UI.WebControls.RadioButton: Named color:">
122     <span style="background-color:goldenrod">
123       <input id="ctrl_32" value="ctrl_32" type="radio" name="ctrl_32" />
124     </span>
125   </div>
126   <div id="GHTSubTest34" testname="System.Web.UI.WebControls.RadioButton: Color.Empty:">
127     <span>
128       <input id="ctrl_33" value="ctrl_33" type="radio" name="ctrl_33" />
129     </span>
130   </div>
131   <div id="GHTSubTest35" testname="System.Web.UI.WebControls.RadioButton: Default:">
132     <input id="ctrl_34" value="ctrl_34" type="radio" name="ctrl_34" />
133   </div>
134   <div id="GHTSubTest36" testname="System.Web.UI.WebControls.RadioButton: Using RGB:">
135     <span style="background-color:#55aaff">
136       <input id="ctrl_35" value="ctrl_35" type="radio" name="ctrl_35" />
137     </span>
138   </div>
139   <div id="GHTSubTest37" testname="System.Web.UI.WebControls.TextBox: Named color:">
140     <input id="ctrl_36" style="background-color:goldenrod" type="text" name="ctrl_36" />
141   </div>
142   <div id="GHTSubTest38" testname="System.Web.UI.WebControls.TextBox: Color.Empty:">
143     <input id="ctrl_37" type="text" name="ctrl_37" />
144   </div>
145   <div id="GHTSubTest39" testname="System.Web.UI.WebControls.TextBox: Default:">
146     <input id="ctrl_38" type="text" name="ctrl_38" />
147   </div>
148   <div id="GHTSubTest40" testname="System.Web.UI.WebControls.TextBox: Using RGB:">
149     <input id="ctrl_39" style="background-color:#55aaff" type="text" name="ctrl_39" />
150   </div>
151   <div id="GHTSubTest41" testname="System.Web.UI.WebControls.DropDownList: Named color:">
152     <select id="ctrl_40" style="background-color:goldenrod" name="ctrl_40">
153       <option value="1" />aaaa\r
154                 <option value="2" />bbbb\r
155                 <option value="3" />cccc\r
156                 <option value="4" />dddd\r
157 \r
158         </select>
159   </div>
160   <div id="GHTSubTest42" testname="System.Web.UI.WebControls.DropDownList: Color.Empty:">
161     <select id="ctrl_41" name="ctrl_41">
162       <option value="1" />aaaa\r
163                 <option value="2" />bbbb\r
164                 <option value="3" />cccc\r
165                 <option value="4" />dddd\r
166 \r
167         </select>
168   </div>
169   <div id="GHTSubTest43" testname="System.Web.UI.WebControls.DropDownList: Default:">
170     <select id="ctrl_42" name="ctrl_42">
171       <option value="1" />aaaa\r
172                 <option value="2" />bbbb\r
173                 <option value="3" />cccc\r
174                 <option value="4" />dddd\r
175 \r
176         </select>
177   </div>
178   <div id="GHTSubTest44" testname="System.Web.UI.WebControls.DropDownList: Using RGB:">
179     <select id="ctrl_43" style="background-color:#55aaff" name="ctrl_43">
180       <option value="1" />aaaa\r
181                 <option value="2" />bbbb\r
182                 <option value="3" />cccc\r
183                 <option value="4" />dddd\r
184 \r
185         </select>
186   </div>
187   <div id="GHTSubTest45" testname="System.Web.UI.WebControls.ListBox: Named color:">
188     <select id="ctrl_44" style="background-color:goldenrod" size="4" name="ctrl_44">
189       <option value="1" />aaaa\r
190                 <option value="2" />bbbb\r
191                 <option value="3" />cccc\r
192                 <option value="4" />dddd\r
193 \r
194         </select>
195   </div>
196   <div id="GHTSubTest46" testname="System.Web.UI.WebControls.ListBox: Color.Empty:">
197     <select id="ctrl_45" size="4" name="ctrl_45">
198       <option value="1" />aaaa\r
199                 <option value="2" />bbbb\r
200                 <option value="3" />cccc\r
201                 <option value="4" />dddd\r
202 \r
203         </select>
204   </div>
205   <div id="GHTSubTest47" testname="System.Web.UI.WebControls.ListBox: Default:">
206     <select id="ctrl_46" size="4" name="ctrl_46">
207       <option value="1" />aaaa\r
208                 <option value="2" />bbbb\r
209                 <option value="3" />cccc\r
210                 <option value="4" />dddd\r
211 \r
212         </select>
213   </div>
214   <div id="GHTSubTest48" testname="System.Web.UI.WebControls.ListBox: Using RGB:">
215     <select id="ctrl_47" style="background-color:#55aaff" size="4" name="ctrl_47">
216       <option value="1" />aaaa\r
217                 <option value="2" />bbbb\r
218                 <option value="3" />cccc\r
219                 <option value="4" />dddd\r
220 \r
221         </select>
222   </div>
223   <div id="GHTSubTest49" testname="System.Web.UI.WebControls.RadioButtonList: Named color:">
224     <table id="ctrl_48" style="background-color:goldenrod" border="0">
225       <tr>
226         <td>
227           <input id="ctrl_48_0" value="1" type="radio" name="ctrl_48" />
228           <label for="ctrl_48_0">aaaa</label>
229         </td>
230       </tr>
231       <tr>
232         <td>
233           <input id="ctrl_48_1" value="2" type="radio" name="ctrl_48" />
234           <label for="ctrl_48_1">bbbb</label>
235         </td>
236       </tr>
237       <tr>
238         <td>
239           <input id="ctrl_48_2" value="3" type="radio" name="ctrl_48" />
240           <label for="ctrl_48_2">cccc</label>
241         </td>
242       </tr>
243       <tr>
244         <td>
245           <input id="ctrl_48_3" value="4" type="radio" name="ctrl_48" />
246           <label for="ctrl_48_3">dddd</label>
247         </td>
248       </tr>
249     </table>
250   </div>
251   <div id="GHTSubTest50" testname="System.Web.UI.WebControls.RadioButtonList: Color.Empty:">
252     <table id="ctrl_49" border="0">
253       <tr>
254         <td>
255           <input id="ctrl_49_0" value="1" type="radio" name="ctrl_49" />
256           <label for="ctrl_49_0">aaaa</label>
257         </td>
258       </tr>
259       <tr>
260         <td>
261           <input id="ctrl_49_1" value="2" type="radio" name="ctrl_49" />
262           <label for="ctrl_49_1">bbbb</label>
263         </td>
264       </tr>
265       <tr>
266         <td>
267           <input id="ctrl_49_2" value="3" type="radio" name="ctrl_49" />
268           <label for="ctrl_49_2">cccc</label>
269         </td>
270       </tr>
271       <tr>
272         <td>
273           <input id="ctrl_49_3" value="4" type="radio" name="ctrl_49" />
274           <label for="ctrl_49_3">dddd</label>
275         </td>
276       </tr>
277     </table>
278   </div>
279   <div id="GHTSubTest51" testname="System.Web.UI.WebControls.RadioButtonList: Default:">
280     <table id="ctrl_50" border="0">
281       <tr>
282         <td>
283           <input id="ctrl_50_0" value="1" type="radio" name="ctrl_50" />
284           <label for="ctrl_50_0">aaaa</label>
285         </td>
286       </tr>
287       <tr>
288         <td>
289           <input id="ctrl_50_1" value="2" type="radio" name="ctrl_50" />
290           <label for="ctrl_50_1">bbbb</label>
291         </td>
292       </tr>
293       <tr>
294         <td>
295           <input id="ctrl_50_2" value="3" type="radio" name="ctrl_50" />
296           <label for="ctrl_50_2">cccc</label>
297         </td>
298       </tr>
299       <tr>
300         <td>
301           <input id="ctrl_50_3" value="4" type="radio" name="ctrl_50" />
302           <label for="ctrl_50_3">dddd</label>
303         </td>
304       </tr>
305     </table>
306   </div>
307   <div id="GHTSubTest52" testname="System.Web.UI.WebControls.RadioButtonList: Using RGB:">
308     <table id="ctrl_51" style="background-color:#55aaff" border="0">
309       <tr>
310         <td>
311           <input id="ctrl_51_0" value="1" type="radio" name="ctrl_51" />
312           <label for="ctrl_51_0">aaaa</label>
313         </td>
314       </tr>
315       <tr>
316         <td>
317           <input id="ctrl_51_1" value="2" type="radio" name="ctrl_51" />
318           <label for="ctrl_51_1">bbbb</label>
319         </td>
320       </tr>
321       <tr>
322         <td>
323           <input id="ctrl_51_2" value="3" type="radio" name="ctrl_51" />
324           <label for="ctrl_51_2">cccc</label>
325         </td>
326       </tr>
327       <tr>
328         <td>
329           <input id="ctrl_51_3" value="4" type="radio" name="ctrl_51" />
330           <label for="ctrl_51_3">dddd</label>
331         </td>
332       </tr>
333     </table>
334   </div>
335   <div id="GHTSubTest53" testname="System.Web.UI.WebControls.CheckBoxList: Named color:">
336     <table id="ctrl_52" style="background-color:goldenrod" border="0">
337       <tr>
338         <td>
339           <input id="ctrl_52_0" type="checkbox" name="ctrl_52$0" />
340           <label for="ctrl_52_0">aaaa</label>
341         </td>
342       </tr>
343       <tr>
344         <td>
345           <input id="ctrl_52_1" type="checkbox" name="ctrl_52$1" />
346           <label for="ctrl_52_1">bbbb</label>
347         </td>
348       </tr>
349       <tr>
350         <td>
351           <input id="ctrl_52_2" type="checkbox" name="ctrl_52$2" />
352           <label for="ctrl_52_2">cccc</label>
353         </td>
354       </tr>
355       <tr>
356         <td>
357           <input id="ctrl_52_3" type="checkbox" name="ctrl_52$3" />
358           <label for="ctrl_52_3">dddd</label>
359         </td>
360       </tr>
361     </table>
362   </div>
363   <div id="GHTSubTest54" testname="System.Web.UI.WebControls.CheckBoxList: Color.Empty:">
364     <table id="ctrl_53" border="0">
365       <tr>
366         <td>
367           <input id="ctrl_53_0" type="checkbox" name="ctrl_53$0" />
368           <label for="ctrl_53_0">aaaa</label>
369         </td>
370       </tr>
371       <tr>
372         <td>
373           <input id="ctrl_53_1" type="checkbox" name="ctrl_53$1" />
374           <label for="ctrl_53_1">bbbb</label>
375         </td>
376       </tr>
377       <tr>
378         <td>
379           <input id="ctrl_53_2" type="checkbox" name="ctrl_53$2" />
380           <label for="ctrl_53_2">cccc</label>
381         </td>
382       </tr>
383       <tr>
384         <td>
385           <input id="ctrl_53_3" type="checkbox" name="ctrl_53$3" />
386           <label for="ctrl_53_3">dddd</label>
387         </td>
388       </tr>
389     </table>
390   </div>
391   <div id="GHTSubTest55" testname="System.Web.UI.WebControls.CheckBoxList: Default:">
392     <table id="ctrl_54" border="0">
393       <tr>
394         <td>
395           <input id="ctrl_54_0" type="checkbox" name="ctrl_54$0" />
396           <label for="ctrl_54_0">aaaa</label>
397         </td>
398       </tr>
399       <tr>
400         <td>
401           <input id="ctrl_54_1" type="checkbox" name="ctrl_54$1" />
402           <label for="ctrl_54_1">bbbb</label>
403         </td>
404       </tr>
405       <tr>
406         <td>
407           <input id="ctrl_54_2" type="checkbox" name="ctrl_54$2" />
408           <label for="ctrl_54_2">cccc</label>
409         </td>
410       </tr>
411       <tr>
412         <td>
413           <input id="ctrl_54_3" type="checkbox" name="ctrl_54$3" />
414           <label for="ctrl_54_3">dddd</label>
415         </td>
416       </tr>
417     </table>
418   </div>
419   <div id="GHTSubTest56" testname="System.Web.UI.WebControls.CheckBoxList: Using RGB:">
420     <table id="ctrl_55" style="background-color:#55aaff" border="0">
421       <tr>
422         <td>
423           <input id="ctrl_55_0" type="checkbox" name="ctrl_55$0" />
424           <label for="ctrl_55_0">aaaa</label>
425         </td>
426       </tr>
427       <tr>
428         <td>
429           <input id="ctrl_55_1" type="checkbox" name="ctrl_55$1" />
430           <label for="ctrl_55_1">bbbb</label>
431         </td>
432       </tr>
433       <tr>
434         <td>
435           <input id="ctrl_55_2" type="checkbox" name="ctrl_55$2" />
436           <label for="ctrl_55_2">cccc</label>
437         </td>
438       </tr>
439       <tr>
440         <td>
441           <input id="ctrl_55_3" type="checkbox" name="ctrl_55$3" />
442           <label for="ctrl_55_3">dddd</label>
443         </td>
444       </tr>
445     </table>
446   </div>
447   <div id="GHTSubTest57" testname="System.Web.UI.WebControls.DataGrid: Named color:">
448     <table cellspacing="0" rules="all" style="background-color:goldenrod;border-collapse:collapse" border="1">
449       <tr>
450         <td>Id</td>
451         <td>Description</td>
452       </tr>
453       <tr>
454         <td>1</td>
455         <td>aaaa</td>
456       </tr>
457       <tr>
458         <td>2</td>
459         <td>bbbb</td>
460       </tr>
461       <tr>
462         <td>3</td>
463         <td>cccc</td>
464       </tr>
465       <tr>
466         <td>4</td>
467         <td>dddd</td>
468       </tr>
469     </table>
470   </div>
471   <div id="GHTSubTest58" testname="System.Web.UI.WebControls.DataGrid: Color.Empty:">
472     <table cellspacing="0" rules="all" style="border-collapse:collapse" border="1">
473       <tr>
474         <td>Id</td>
475         <td>Description</td>
476       </tr>
477       <tr>
478         <td>1</td>
479         <td>aaaa</td>
480       </tr>
481       <tr>
482         <td>2</td>
483         <td>bbbb</td>
484       </tr>
485       <tr>
486         <td>3</td>
487         <td>cccc</td>
488       </tr>
489       <tr>
490         <td>4</td>
491         <td>dddd</td>
492       </tr>
493     </table>
494   </div>
495   <div id="GHTSubTest59" testname="System.Web.UI.WebControls.DataGrid: Default:">
496     <table cellspacing="0" rules="all" style="border-collapse:collapse" border="1">
497       <tr>
498         <td>Id</td>
499         <td>Description</td>
500       </tr>
501       <tr>
502         <td>1</td>
503         <td>aaaa</td>
504       </tr>
505       <tr>
506         <td>2</td>
507         <td>bbbb</td>
508       </tr>
509       <tr>
510         <td>3</td>
511         <td>cccc</td>
512       </tr>
513       <tr>
514         <td>4</td>
515         <td>dddd</td>
516       </tr>
517     </table>
518   </div>
519   <div id="GHTSubTest60" testname="System.Web.UI.WebControls.DataGrid: Using RGB:">
520     <table cellspacing="0" rules="all" style="background-color:#55aaff;border-collapse:collapse" border="1">
521       <tr>
522         <td>Id</td>
523         <td>Description</td>
524       </tr>
525       <tr>
526         <td>1</td>
527         <td>aaaa</td>
528       </tr>
529       <tr>
530         <td>2</td>
531         <td>bbbb</td>
532       </tr>
533       <tr>
534         <td>3</td>
535         <td>cccc</td>
536       </tr>
537       <tr>
538         <td>4</td>
539         <td>dddd</td>
540       </tr>
541     </table>
542   </div>
543   <div id="GHTSubTest61" testname="System.Web.UI.WebControls.DataGridItem: Named color:">
544     <table cellspacing="0" rules="all" style="border-collapse:collapse" border="1">
545       <tr>
546         <td>Id</td>
547         <td>Description</td>
548       </tr>
549       <tr id="ctrl_60_ctrl_61" style="background-color:goldenrod">
550         <td>1</td>
551         <td>aaaa</td>
552       </tr>
553       <tr>
554         <td>2</td>
555         <td>bbbb</td>
556       </tr>
557       <tr>
558         <td>3</td>
559         <td>cccc</td>
560       </tr>
561       <tr>
562         <td>4</td>
563         <td>dddd</td>
564       </tr>
565     </table>
566   </div>
567   <div id="GHTSubTest62" testname="System.Web.UI.WebControls.DataGridItem: Color.Empty:">
568     <table cellspacing="0" rules="all" style="border-collapse:collapse" border="1">
569       <tr>
570         <td>Id</td>
571         <td>Description</td>
572       </tr>
573       <tr id="ctrl_62_ctrl_63">
574         <td>1</td>
575         <td>aaaa</td>
576       </tr>
577       <tr>
578         <td>2</td>
579         <td>bbbb</td>
580       </tr>
581       <tr>
582         <td>3</td>
583         <td>cccc</td>
584       </tr>
585       <tr>
586         <td>4</td>
587         <td>dddd</td>
588       </tr>
589     </table>
590   </div>
591   <div id="GHTSubTest63" testname="System.Web.UI.WebControls.DataGridItem: Default:">
592     <table cellspacing="0" rules="all" style="border-collapse:collapse" border="1">
593       <tr>
594         <td>Id</td>
595         <td>Description</td>
596       </tr>
597       <tr id="ctrl_64_ctrl_65">
598         <td>1</td>
599         <td>aaaa</td>
600       </tr>
601       <tr>
602         <td>2</td>
603         <td>bbbb</td>
604       </tr>
605       <tr>
606         <td>3</td>
607         <td>cccc</td>
608       </tr>
609       <tr>
610         <td>4</td>
611         <td>dddd</td>
612       </tr>
613     </table>
614   </div>
615   <div id="GHTSubTest64" testname="System.Web.UI.WebControls.DataGridItem: Using RGB:">
616     <table cellspacing="0" rules="all" style="border-collapse:collapse" border="1">
617       <tr>
618         <td>Id</td>
619         <td>Description</td>
620       </tr>
621       <tr id="ctrl_66_ctrl_67" style="background-color:#55aaff">
622         <td>1</td>
623         <td>aaaa</td>
624       </tr>
625       <tr>
626         <td>2</td>
627         <td>bbbb</td>
628       </tr>
629       <tr>
630         <td>3</td>
631         <td>cccc</td>
632       </tr>
633       <tr>
634         <td>4</td>
635         <td>dddd</td>
636       </tr>
637     </table>
638   </div>
639   <div id="GHTSubTest65" testname="System.Web.UI.WebControls.DataList: Named color:">
640     <table id="ctrl_68" cellspacing="0" style="background-color:goldenrod;border-collapse:collapse" border="0">
641       <tr>
642         <td>
643           <div>
644             <span style="font-weight:bold">ID: </span>
645             <span>1</span>
646             <span style="font-weight:bold">     Description: </span>
647             <span>aaaa</span>
648           </div>
649         </td>
650       </tr>
651     </table>
652   </div>
653 </testresults>