Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_System_Web_UI_WebControls_TableRow_TableRow_HorizontalAlign.aspx.xml « reference « MainsoftWebTest « mainsoft « Test « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 394510f759dfb065ff0bb43cba0cdb7f7bc5c7d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="iso-8859-1"?>
<testresults name="">
  <div id="GHTSubTest1" style="height:56px;left:16px;position:absolute;top:15px;width:128px;z-index:100">
    <table id="Table1" style="height:40px;width:88px" border="0">
      <tr>
        <td>111</td>
        <td>222</td>
      </tr>
    </table>
  </div>
  <div id="GHTSubTest2" style="height:56px;width:128px">
    <table id="Table2" style="height:40px;width:88px" border="0">
      <tr align="Left">
        <td>111</td>
        <td>222</td>
      </tr>
    </table>
  </div>
  <div id="GHTSubTest3" style="height:56px;width:128px">
    <table id="Table3" style="height:40px;width:88px" border="0">
      <tr align="Center">
        <td>111</td>
        <td>222</td>
      </tr>
    </table>
  </div>
  <div id="GHTSubTest4" style="height:56px;width:128px">
    <table id="Table4" style="height:40px;width:88px" border="0">
      <tr align="Right">
        <td>111</td>
        <td>222</td>
      </tr>
    </table>
  </div>
  <div id="GHTSubTest5" style="height:56px;width:128px">
    <table id="Table5" style="height:40px;width:88px" border="0">
      <tr align="Justify">
        <td>111</td>
        <td>222</td>
      </tr>
    </table>
  </div>
</testresults>