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