fixed tests
[mono.git] / mcs / class / System.Web / Test / mainsoft / MainsoftWebTest / reference20 / _System_Web_UI_WebControls_TableCell_TableCell_VerticalAlign.aspx.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <testresults name="">
3   <div id="GHTSubTest1" style="height:72px;width:176px">
4     <table id="Table1" style="height:120px;width:248px" border="0">
5       <tr>
6         <td>123</td>
7       </tr>
8       <tr>
9         <td>123</td>
10       </tr>
11     </table>
12   </div>
13   <div id="GHTSubTest2" style="height:72px;width:176px">
14     <table id="Table2" style="height:120px;width:248px" border="0">
15       <tr>
16         <td valign="bottom">123</td>
17       </tr>
18       <tr>
19         <td>123</td>
20       </tr>
21     </table>
22   </div>
23   <div id="GHTSubTest3" style="height:72px;width:176px">
24     <table id="Table3" style="height:120px;width:248px" border="0">
25       <tr>
26         <td valign="middle">123</td>
27       </tr>
28       <tr>
29         <td>123</td>
30       </tr>
31     </table>
32   </div>
33   <div id="GHTSubTest4" style="height:72px;width:176px">
34     <table id="Table4" style="height:120px;width:248px" border="0">
35       <tr>
36         <td valign="top">123</td>
37       </tr>
38       <tr>
39         <td>123</td>
40       </tr>
41     </table>
42   </div>
43 </testresults>