* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Web / Test / mainsoft / MainsoftWebTest / reference / _System_Web_UI_WebControls_WebControl_WebControl_TabIndex.aspx.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <testresults name="">
3   <div id="GHTSubTest1" testname="System.Web.UI.WebControls.Button: Valid value - Positive">
4     <input tabindex="10" value="" type="submit" name="ctrl_0" id="ctrl_0" />
5   </div>
6   <div id="GHTSubTest2" testname="System.Web.UI.WebControls.Button: Valid value - Negative">
7     <input tabindex="-5" value="" type="submit" name="ctrl_1" id="ctrl_1" />
8   </div>
9   <div id="GHTSubTest3" testname="System.Web.UI.WebControls.Button: Default value">
10     <input value="" type="submit" name="ctrl_2" id="ctrl_2" />
11     <span>
12       <br />Tab index = 0</span>
13   </div>
14   <div id="GHTSubTest4" testname="System.Web.UI.WebControls.Button: Controls with consecutive numbers">
15     <input tabindex="12" value="" type="submit" name="ctrl_3" id="ctrl_3" />
16     <input tabindex="11" value="" type="submit" name="ctrl_4" id="ctrl_4" />
17   </div>
18   <div id="GHTSubTest5" testname="System.Web.UI.WebControls.CheckBox: Valid value - Positive">
19     <input tabindex="10" id="ctrl_5" type="checkbox" name="ctrl_5" />
20   </div>
21   <div id="GHTSubTest6" testname="System.Web.UI.WebControls.CheckBox: Valid value - Negative">
22     <input tabindex="-5" id="ctrl_6" type="checkbox" name="ctrl_6" />
23   </div>
24   <div id="GHTSubTest7" testname="System.Web.UI.WebControls.CheckBox: Default value">
25     <input id="ctrl_7" type="checkbox" name="ctrl_7" />
26     <span>
27       <br />Tab index = 0</span>
28   </div>
29   <div id="GHTSubTest8" testname="System.Web.UI.WebControls.CheckBox: Controls with consecutive numbers">
30     <input tabindex="14" id="ctrl_8" type="checkbox" name="ctrl_8" />
31     <input tabindex="13" id="ctrl_9" type="checkbox" name="ctrl_9" />
32   </div>
33   <div id="GHTSubTest9" testname="System.Web.UI.WebControls.HyperLink: Valid value - Positive">
34     <a tabindex="10" id="ctrl_10">
35     </a>
36   </div>
37   <div id="GHTSubTest10" testname="System.Web.UI.WebControls.HyperLink: Valid value - Negative">
38     <a tabindex="-5" id="ctrl_11">
39     </a>
40   </div>
41   <div id="GHTSubTest11" testname="System.Web.UI.WebControls.HyperLink: Default value">
42     <a id="ctrl_12">
43     </a>
44     <span>
45       <br />Tab index = 0</span>
46   </div>
47   <div id="GHTSubTest12" testname="System.Web.UI.WebControls.HyperLink: Controls with consecutive numbers">
48     <a tabindex="16" id="ctrl_13">
49     </a>
50     <a tabindex="15" id="ctrl_14">
51     </a>
52   </div>
53   <div id="GHTSubTest13" testname="System.Web.UI.WebControls.Image: Valid value - Positive">
54     <img tabindex="10" id="ctrl_15" alt="" border="0" />
55   </div>
56   <div id="GHTSubTest14" testname="System.Web.UI.WebControls.Image: Valid value - Negative">
57     <img tabindex="-5" id="ctrl_16" alt="" border="0" />
58   </div>
59   <div id="GHTSubTest15" testname="System.Web.UI.WebControls.Image: Default value">
60     <img id="ctrl_17" alt="" border="0" />
61     <span>
62       <br />Tab index = 0</span>
63   </div>
64   <div id="GHTSubTest16" testname="System.Web.UI.WebControls.Image: Controls with consecutive numbers">
65     <img tabindex="18" id="ctrl_18" alt="" border="0" />
66     <img tabindex="17" id="ctrl_19" alt="" border="0" />
67   </div>
68   <div id="GHTSubTest17" testname="System.Web.UI.WebControls.ImageButton: Valid value - Positive">
69     <input tabindex="10" id="ctrl_20" alt="" border="0" type="image" name="ctrl_20" />
70   </div>
71   <div id="GHTSubTest18" testname="System.Web.UI.WebControls.ImageButton: Valid value - Negative">
72     <input tabindex="-5" id="ctrl_21" alt="" border="0" type="image" name="ctrl_21" />
73   </div>
74   <div id="GHTSubTest19" testname="System.Web.UI.WebControls.ImageButton: Default value">
75     <input id="ctrl_22" alt="" border="0" type="image" name="ctrl_22" />
76     <span>
77       <br />Tab index = 0</span>
78   </div>
79   <div id="GHTSubTest20" testname="System.Web.UI.WebControls.ImageButton: Controls with consecutive numbers">
80     <input tabindex="20" id="ctrl_23" alt="" border="0" type="image" name="ctrl_23" />
81     <input tabindex="19" id="ctrl_24" alt="" border="0" type="image" name="ctrl_24" />
82   </div>
83   <div id="GHTSubTest21" testname="System.Web.UI.WebControls.Label: Valid value - Positive">
84     <span tabindex="10" id="ctrl_25">
85     </span>
86   </div>
87   <div id="GHTSubTest22" testname="System.Web.UI.WebControls.Label: Valid value - Negative">
88     <span tabindex="-5" id="ctrl_26">
89     </span>
90   </div>
91   <div id="GHTSubTest23" testname="System.Web.UI.WebControls.Label: Default value">
92     <span id="ctrl_27">
93     </span>
94     <span>
95       <br />Tab index = 0</span>
96   </div>
97   <div id="GHTSubTest24" testname="System.Web.UI.WebControls.Label: Controls with consecutive numbers">
98     <span tabindex="22" id="ctrl_28">
99     </span>
100     <span tabindex="21" id="ctrl_29">
101     </span>
102   </div>
103   <div id="GHTSubTest25" testname="System.Web.UI.WebControls.LinkButton: Valid value - Positive">
104     <a href="javascript:__doPostBack('ctrl_30','')" tabindex="10" id="ctrl_30">
105     </a>
106   </div>
107   <div id="GHTSubTest26" testname="System.Web.UI.WebControls.LinkButton: Valid value - Negative">
108     <a href="javascript:__doPostBack('ctrl_31','')" tabindex="-5" id="ctrl_31">
109     </a>
110   </div>
111   <div id="GHTSubTest27" testname="System.Web.UI.WebControls.LinkButton: Default value">
112     <a href="javascript:__doPostBack('ctrl_32','')" id="ctrl_32">
113     </a>
114     <span>
115       <br />Tab index = 0</span>
116   </div>
117   <div id="GHTSubTest28" testname="System.Web.UI.WebControls.LinkButton: Controls with consecutive numbers">
118     <a href="javascript:__doPostBack('ctrl_33','')" tabindex="24" id="ctrl_33">
119     </a>
120     <a href="javascript:__doPostBack('ctrl_34','')" tabindex="23" id="ctrl_34">
121     </a>
122   </div>
123   <div id="GHTSubTest29" testname="System.Web.UI.WebControls.Panel: Valid value - Positive">
124     <div tabindex="10" id="ctrl_35">
125     </div>
126   </div>
127   <div id="GHTSubTest30" testname="System.Web.UI.WebControls.Panel: Valid value - Negative">
128     <div tabindex="-5" id="ctrl_36">
129     </div>
130   </div>
131   <div id="GHTSubTest31" testname="System.Web.UI.WebControls.Panel: Default value">
132     <div id="ctrl_37">
133     </div>
134     <span>
135       <br />Tab index = 0</span>
136   </div>
137   <div id="GHTSubTest32" testname="System.Web.UI.WebControls.Panel: Controls with consecutive numbers">
138     <div tabindex="26" id="ctrl_38">
139     </div>
140     <div tabindex="25" id="ctrl_39">
141     </div>
142   </div>
143   <div id="GHTSubTest33" testname="System.Web.UI.WebControls.RadioButton: Valid value - Positive">
144     <input tabindex="10" id="ctrl_40" type="radio" name="ctrl_40" value="ctrl_40" />
145   </div>
146   <div id="GHTSubTest34" testname="System.Web.UI.WebControls.RadioButton: Valid value - Negative">
147     <input tabindex="-5" id="ctrl_41" type="radio" name="ctrl_41" value="ctrl_41" />
148   </div>
149   <div id="GHTSubTest35" testname="System.Web.UI.WebControls.RadioButton: Default value">
150     <input id="ctrl_42" type="radio" name="ctrl_42" value="ctrl_42" />
151     <span>
152       <br />Tab index = 0</span>
153   </div>
154   <div id="GHTSubTest36" testname="System.Web.UI.WebControls.RadioButton: Controls with consecutive numbers">
155     <input tabindex="28" id="ctrl_43" type="radio" name="ctrl_43" value="ctrl_43" />
156     <input tabindex="27" id="ctrl_44" type="radio" name="ctrl_44" value="ctrl_44" />
157   </div>
158   <div id="GHTSubTest37" testname="System.Web.UI.WebControls.TextBox: Valid value - Positive">
159     <input tabindex="10" id="ctrl_45" type="text" name="ctrl_45" />
160   </div>
161   <div id="GHTSubTest38" testname="System.Web.UI.WebControls.TextBox: Valid value - Negative">
162     <input tabindex="-5" id="ctrl_46" type="text" name="ctrl_46" />
163   </div>
164   <div id="GHTSubTest39" testname="System.Web.UI.WebControls.TextBox: Default value">
165     <input id="ctrl_47" type="text" name="ctrl_47" />
166     <span>
167       <br />Tab index = 0</span>
168   </div>
169   <div id="GHTSubTest40" testname="System.Web.UI.WebControls.TextBox: Controls with consecutive numbers">
170     <input tabindex="30" id="ctrl_48" type="text" name="ctrl_48" />
171     <input tabindex="29" id="ctrl_49" type="text" name="ctrl_49" />
172   </div>
173   <div id="GHTSubTest41" testname="System.Web.UI.WebControls.DropDownList: Valid value - Positive">
174     <select tabindex="10" id="ctrl_50" name="ctrl_50">
175       <option value="1" />aaaa
176                 <option value="2" />bbbb
177                 <option value="3" />cccc
178                 <option value="4" />dddd
179
180         </select>
181   </div>
182   <div id="GHTSubTest42" testname="System.Web.UI.WebControls.DropDownList: Valid value - Negative">
183     <select tabindex="-5" id="ctrl_51" name="ctrl_51">
184       <option value="1" />aaaa
185                 <option value="2" />bbbb
186                 <option value="3" />cccc
187                 <option value="4" />dddd
188
189         </select>
190   </div>
191   <div id="GHTSubTest43" testname="System.Web.UI.WebControls.DropDownList: Default value">
192     <select id="ctrl_52" name="ctrl_52">
193       <option value="1" />aaaa
194                 <option value="2" />bbbb
195                 <option value="3" />cccc
196                 <option value="4" />dddd
197
198         </select>
199     <span>
200       <br />Tab index = 0</span>
201   </div>
202   <div id="GHTSubTest44" testname="System.Web.UI.WebControls.DropDownList: Controls with consecutive numbers">
203     <select tabindex="32" id="ctrl_53" name="ctrl_53">
204       <option value="1" />aaaa
205                 <option value="2" />bbbb
206                 <option value="3" />cccc
207                 <option value="4" />dddd
208
209         </select>
210     <select tabindex="31" id="ctrl_54" name="ctrl_54">
211       <option value="1" />aaaa
212                 <option value="2" />bbbb
213                 <option value="3" />cccc
214                 <option value="4" />dddd
215
216         </select>
217   </div>
218   <div id="GHTSubTest45" testname="System.Web.UI.WebControls.ListBox: Valid value - Positive">
219     <select tabindex="10" id="ctrl_55" size="4" name="ctrl_55">
220       <option value="1" />aaaa
221                 <option value="2" />bbbb
222                 <option value="3" />cccc
223                 <option value="4" />dddd
224
225         </select>
226   </div>
227   <div id="GHTSubTest46" testname="System.Web.UI.WebControls.ListBox: Valid value - Negative">
228     <select tabindex="-5" id="ctrl_56" size="4" name="ctrl_56">
229       <option value="1" />aaaa
230                 <option value="2" />bbbb
231                 <option value="3" />cccc
232                 <option value="4" />dddd
233
234         </select>
235   </div>
236   <div id="GHTSubTest47" testname="System.Web.UI.WebControls.ListBox: Default value">
237     <select id="ctrl_57" size="4" name="ctrl_57">
238       <option value="1" />aaaa
239                 <option value="2" />bbbb
240                 <option value="3" />cccc
241                 <option value="4" />dddd
242
243         </select>
244     <span>
245       <br />Tab index = 0</span>
246   </div>
247   <div id="GHTSubTest48" testname="System.Web.UI.WebControls.ListBox: Controls with consecutive numbers">
248     <select tabindex="34" id="ctrl_58" size="4" name="ctrl_58">
249       <option value="1" />aaaa
250                 <option value="2" />bbbb
251                 <option value="3" />cccc
252                 <option value="4" />dddd
253
254         </select>
255     <select tabindex="33" id="ctrl_59" size="4" name="ctrl_59">
256       <option value="1" />aaaa
257                 <option value="2" />bbbb
258                 <option value="3" />cccc
259                 <option value="4" />dddd
260
261         </select>
262   </div>
263   <div id="GHTSubTest49" testname="System.Web.UI.WebControls.RadioButtonList: Valid value - Positive">
264     <table id="ctrl_60" border="0">
265       <tr>
266         <td>
267           <input tabindex="10" id="ctrl_60_0" type="radio" name="ctrl_60" value="1" />
268           <label for="ctrl_60_0">aaaa</label>
269         </td>
270       </tr>
271       <tr>
272         <td>
273           <input tabindex="10" id="ctrl_60_1" type="radio" name="ctrl_60" value="2" />
274           <label for="ctrl_60_1">bbbb</label>
275         </td>
276       </tr>
277       <tr>
278         <td>
279           <input tabindex="10" id="ctrl_60_2" type="radio" name="ctrl_60" value="3" />
280           <label for="ctrl_60_2">cccc</label>
281         </td>
282       </tr>
283       <tr>
284         <td>
285           <input tabindex="10" id="ctrl_60_3" type="radio" name="ctrl_60" value="4" />
286           <label for="ctrl_60_3">dddd</label>
287         </td>
288       </tr>
289     </table>
290   </div>
291   <div id="GHTSubTest50" testname="System.Web.UI.WebControls.RadioButtonList: Valid value - Negative">
292     <table id="ctrl_61" border="0">
293       <tr>
294         <td>
295           <input tabindex="-5" id="ctrl_61_0" type="radio" name="ctrl_61" value="1" />
296           <label for="ctrl_61_0">aaaa</label>
297         </td>
298       </tr>
299       <tr>
300         <td>
301           <input tabindex="-5" id="ctrl_61_1" type="radio" name="ctrl_61" value="2" />
302           <label for="ctrl_61_1">bbbb</label>
303         </td>
304       </tr>
305       <tr>
306         <td>
307           <input tabindex="-5" id="ctrl_61_2" type="radio" name="ctrl_61" value="3" />
308           <label for="ctrl_61_2">cccc</label>
309         </td>
310       </tr>
311       <tr>
312         <td>
313           <input tabindex="-5" id="ctrl_61_3" type="radio" name="ctrl_61" value="4" />
314           <label for="ctrl_61_3">dddd</label>
315         </td>
316       </tr>
317     </table>
318   </div>
319   <div id="GHTSubTest51" testname="System.Web.UI.WebControls.RadioButtonList: Default value">
320     <table id="ctrl_62" border="0">
321       <tr>
322         <td>
323           <input id="ctrl_62_0" type="radio" name="ctrl_62" value="1" />
324           <label for="ctrl_62_0">aaaa</label>
325         </td>
326       </tr>
327       <tr>
328         <td>
329           <input id="ctrl_62_1" type="radio" name="ctrl_62" value="2" />
330           <label for="ctrl_62_1">bbbb</label>
331         </td>
332       </tr>
333       <tr>
334         <td>
335           <input id="ctrl_62_2" type="radio" name="ctrl_62" value="3" />
336           <label for="ctrl_62_2">cccc</label>
337         </td>
338       </tr>
339       <tr>
340         <td>
341           <input id="ctrl_62_3" type="radio" name="ctrl_62" value="4" />
342           <label for="ctrl_62_3">dddd</label>
343         </td>
344       </tr>
345     </table>
346     <span>
347       <br />Tab index = 0</span>
348   </div>
349   <div id="GHTSubTest52" testname="System.Web.UI.WebControls.RadioButtonList: Controls with consecutive numbers">
350     <table id="ctrl_63" border="0">
351       <tr>
352         <td>
353           <input tabindex="36" id="ctrl_63_0" type="radio" name="ctrl_63" value="1" />
354           <label for="ctrl_63_0">aaaa</label>
355         </td>
356       </tr>
357       <tr>
358         <td>
359           <input tabindex="36" id="ctrl_63_1" type="radio" name="ctrl_63" value="2" />
360           <label for="ctrl_63_1">bbbb</label>
361         </td>
362       </tr>
363       <tr>
364         <td>
365           <input tabindex="36" id="ctrl_63_2" type="radio" name="ctrl_63" value="3" />
366           <label for="ctrl_63_2">cccc</label>
367         </td>
368       </tr>
369       <tr>
370         <td>
371           <input tabindex="36" id="ctrl_63_3" type="radio" name="ctrl_63" value="4" />
372           <label for="ctrl_63_3">dddd</label>
373         </td>
374       </tr>
375     </table>
376     <table id="ctrl_64" border="0">
377       <tr>
378         <td>
379           <input tabindex="35" id="ctrl_64_0" type="radio" name="ctrl_64" value="1" />
380           <label for="ctrl_64_0">aaaa</label>
381         </td>
382       </tr>
383       <tr>
384         <td>
385           <input tabindex="35" id="ctrl_64_1" type="radio" name="ctrl_64" value="2" />
386           <label for="ctrl_64_1">bbbb</label>
387         </td>
388       </tr>
389       <tr>
390         <td>
391           <input tabindex="35" id="ctrl_64_2" type="radio" name="ctrl_64" value="3" />
392           <label for="ctrl_64_2">cccc</label>
393         </td>
394       </tr>
395       <tr>
396         <td>
397           <input tabindex="35" id="ctrl_64_3" type="radio" name="ctrl_64" value="4" />
398           <label for="ctrl_64_3">dddd</label>
399         </td>
400       </tr>
401     </table>
402   </div>
403   <div id="GHTSubTest53" testname="System.Web.UI.WebControls.CheckBoxList: Valid value - Positive">
404     <table id="ctrl_65" border="0">
405       <tr>
406         <td>
407           <input tabindex="10" id="ctrl_65_0" type="checkbox" name="ctrl_65:0" />
408           <label for="ctrl_65_0">aaaa</label>
409         </td>
410       </tr>
411       <tr>
412         <td>
413           <input tabindex="10" id="ctrl_65_1" type="checkbox" name="ctrl_65:1" />
414           <label for="ctrl_65_1">bbbb</label>
415         </td>
416       </tr>
417       <tr>
418         <td>
419           <input tabindex="10" id="ctrl_65_2" type="checkbox" name="ctrl_65:2" />
420           <label for="ctrl_65_2">cccc</label>
421         </td>
422       </tr>
423       <tr>
424         <td>
425           <input tabindex="10" id="ctrl_65_3" type="checkbox" name="ctrl_65:3" />
426           <label for="ctrl_65_3">dddd</label>
427         </td>
428       </tr>
429     </table>
430   </div>
431   <div id="GHTSubTest54" testname="System.Web.UI.WebControls.CheckBoxList: Valid value - Negative">
432     <table id="ctrl_66" border="0">
433       <tr>
434         <td>
435           <input tabindex="-5" id="ctrl_66_0" type="checkbox" name="ctrl_66:0" />
436           <label for="ctrl_66_0">aaaa</label>
437         </td>
438       </tr>
439       <tr>
440         <td>
441           <input tabindex="-5" id="ctrl_66_1" type="checkbox" name="ctrl_66:1" />
442           <label for="ctrl_66_1">bbbb</label>
443         </td>
444       </tr>
445       <tr>
446         <td>
447           <input tabindex="-5" id="ctrl_66_2" type="checkbox" name="ctrl_66:2" />
448           <label for="ctrl_66_2">cccc</label>
449         </td>
450       </tr>
451       <tr>
452         <td>
453           <input tabindex="-5" id="ctrl_66_3" type="checkbox" name="ctrl_66:3" />
454           <label for="ctrl_66_3">dddd</label>
455         </td>
456       </tr>
457     </table>
458   </div>
459   <div id="GHTSubTest55" testname="System.Web.UI.WebControls.CheckBoxList: Default value">
460     <table id="ctrl_67" border="0">
461       <tr>
462         <td>
463           <input id="ctrl_67_0" type="checkbox" name="ctrl_67:0" />
464           <label for="ctrl_67_0">aaaa</label>
465         </td>
466       </tr>
467       <tr>
468         <td>
469           <input id="ctrl_67_1" type="checkbox" name="ctrl_67:1" />
470           <label for="ctrl_67_1">bbbb</label>
471         </td>
472       </tr>
473       <tr>
474         <td>
475           <input id="ctrl_67_2" type="checkbox" name="ctrl_67:2" />
476           <label for="ctrl_67_2">cccc</label>
477         </td>
478       </tr>
479       <tr>
480         <td>
481           <input id="ctrl_67_3" type="checkbox" name="ctrl_67:3" />
482           <label for="ctrl_67_3">dddd</label>
483         </td>
484       </tr>
485     </table>
486     <span>
487       <br />Tab index = 0</span>
488   </div>
489   <div id="GHTSubTest56" testname="System.Web.UI.WebControls.CheckBoxList: Controls with consecutive numbers">
490     <table id="ctrl_68" border="0">
491       <tr>
492         <td>
493           <input tabindex="38" id="ctrl_68_0" type="checkbox" name="ctrl_68:0" />
494           <label for="ctrl_68_0">aaaa</label>
495         </td>
496       </tr>
497       <tr>
498         <td>
499           <input tabindex="38" id="ctrl_68_1" type="checkbox" name="ctrl_68:1" />
500           <label for="ctrl_68_1">bbbb</label>
501         </td>
502       </tr>
503       <tr>
504         <td>
505           <input tabindex="38" id="ctrl_68_2" type="checkbox" name="ctrl_68:2" />
506           <label for="ctrl_68_2">cccc</label>
507         </td>
508       </tr>
509       <tr>
510         <td>
511           <input tabindex="38" id="ctrl_68_3" type="checkbox" name="ctrl_68:3" />
512           <label for="ctrl_68_3">dddd</label>
513         </td>
514       </tr>
515     </table>
516     <table id="ctrl_69" border="0">
517       <tr>
518         <td>
519           <input tabindex="37" id="ctrl_69_0" type="checkbox" name="ctrl_69:0" />
520           <label for="ctrl_69_0">aaaa</label>
521         </td>
522       </tr>
523       <tr>
524         <td>
525           <input tabindex="37" id="ctrl_69_1" type="checkbox" name="ctrl_69:1" />
526           <label for="ctrl_69_1">bbbb</label>
527         </td>
528       </tr>
529       <tr>
530         <td>
531           <input tabindex="37" id="ctrl_69_2" type="checkbox" name="ctrl_69:2" />
532           <label for="ctrl_69_2">cccc</label>
533         </td>
534       </tr>
535       <tr>
536         <td>
537           <input tabindex="37" id="ctrl_69_3" type="checkbox" name="ctrl_69:3" />
538           <label for="ctrl_69_3">dddd</label>
539         </td>
540       </tr>
541     </table>
542   </div>
543   <div id="GHTSubTest57" testname="System.Web.UI.WebControls.DataGrid: Valid value - Positive">
544     <table tabindex="10" border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_70">
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   </div>
567   <div id="GHTSubTest58" testname="System.Web.UI.WebControls.DataGrid: Valid value - Negative">
568     <table tabindex="-5" border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_71">
569       <tr>
570         <td>Id</td>
571         <td>Description</td>
572       </tr>
573       <tr>
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="GHTSubTest59" testname="System.Web.UI.WebControls.DataGrid: Default value">
592     <table border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_72">
593       <tr>
594         <td>Id</td>
595         <td>Description</td>
596       </tr>
597       <tr>
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     <span>
615       <br />Tab index = 0</span>
616   </div>
617   <div id="GHTSubTest60" testname="System.Web.UI.WebControls.DataGrid: Controls with consecutive numbers">
618     <table tabindex="40" border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_73">
619       <tr>
620         <td>Id</td>
621         <td>Description</td>
622       </tr>
623       <tr>
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     <table tabindex="39" border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_74">
641       <tr>
642         <td>Id</td>
643         <td>Description</td>
644       </tr>
645       <tr>
646         <td>1</td>
647         <td>aaaa</td>
648       </tr>
649       <tr>
650         <td>2</td>
651         <td>bbbb</td>
652       </tr>
653       <tr>
654         <td>3</td>
655         <td>cccc</td>
656       </tr>
657       <tr>
658         <td>4</td>
659         <td>dddd</td>
660       </tr>
661     </table>
662   </div>
663   <div id="GHTSubTest61" testname="System.Web.UI.WebControls.DataGridItem: Valid value - Positive">
664     <table border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_75">
665       <tr>
666         <td>Id</td>
667         <td>Description</td>
668       </tr>
669       <tr tabindex="10" id="ctrl_75_ctrl_76">
670         <td>1</td>
671         <td>aaaa</td>
672       </tr>
673       <tr>
674         <td>2</td>
675         <td>bbbb</td>
676       </tr>
677       <tr>
678         <td>3</td>
679         <td>cccc</td>
680       </tr>
681       <tr>
682         <td>4</td>
683         <td>dddd</td>
684       </tr>
685     </table>
686   </div>
687   <div id="GHTSubTest62" testname="System.Web.UI.WebControls.DataGridItem: Valid value - Negative">
688     <table border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_77">
689       <tr>
690         <td>Id</td>
691         <td>Description</td>
692       </tr>
693       <tr tabindex="-5" id="ctrl_77_ctrl_78">
694         <td>1</td>
695         <td>aaaa</td>
696       </tr>
697       <tr>
698         <td>2</td>
699         <td>bbbb</td>
700       </tr>
701       <tr>
702         <td>3</td>
703         <td>cccc</td>
704       </tr>
705       <tr>
706         <td>4</td>
707         <td>dddd</td>
708       </tr>
709     </table>
710   </div>
711   <div id="GHTSubTest63" testname="System.Web.UI.WebControls.DataGridItem: Default value">
712     <table border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_79">
713       <tr>
714         <td>Id</td>
715         <td>Description</td>
716       </tr>
717       <tr id="ctrl_79_ctrl_80">
718         <td>1</td>
719         <td>aaaa</td>
720       </tr>
721       <tr>
722         <td>2</td>
723         <td>bbbb</td>
724       </tr>
725       <tr>
726         <td>3</td>
727         <td>cccc</td>
728       </tr>
729       <tr>
730         <td>4</td>
731         <td>dddd</td>
732       </tr>
733     </table>
734     <span>
735       <br />Tab index = 0</span>
736   </div>
737   <div id="GHTSubTest64" testname="System.Web.UI.WebControls.DataGridItem: Controls with consecutive numbers">
738     <table border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_81">
739       <tr>
740         <td>Id</td>
741         <td>Description</td>
742       </tr>
743       <tr tabindex="42" id="ctrl_81_ctrl_82">
744         <td>1</td>
745         <td>aaaa</td>
746       </tr>
747       <tr>
748         <td>2</td>
749         <td>bbbb</td>
750       </tr>
751       <tr>
752         <td>3</td>
753         <td>cccc</td>
754       </tr>
755       <tr>
756         <td>4</td>
757         <td>dddd</td>
758       </tr>
759     </table>
760     <table border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_83">
761       <tr>
762         <td>Id</td>
763         <td>Description</td>
764       </tr>
765       <tr tabindex="41" id="ctrl_83_ctrl_84">
766         <td>1</td>
767         <td>aaaa</td>
768       </tr>
769       <tr>
770         <td>2</td>
771         <td>bbbb</td>
772       </tr>
773       <tr>
774         <td>3</td>
775         <td>cccc</td>
776       </tr>
777       <tr>
778         <td>4</td>
779         <td>dddd</td>
780       </tr>
781     </table>
782   </div>
783   <div id="GHTSubTest65" testname="System.Web.UI.WebControls.DataList: Valid value - Positive">
784     <table tabindex="10" id="ctrl_85" cellspacing="0" border="0" style="border-collapse:collapse">
785       <tr>
786         <td>
787           <div>
788             <span style="font-weight:bold">ID: </span>
789             <span>1</span>
790             <span style="font-weight:bold">     Description: </span>
791             <span>aaaa</span>
792           </div>
793         </td>
794       </tr>
795     </table>
796   </div>
797 </testresults>