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

_System_Web_UI_WebControls_TableStyle_TableStyle_CellSpacing.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: f3fee7aeb8e6eed80f1c57294495608d43b4df6e (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
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="iso-8859-1"?>
<testresults name="">
  <div id="GHTSubTest1" style="height:144px;width:176px">
    <table id="Table1" style="height:56px;width:88px" border="0">
      <tr>
        <td>aaaaa</td>
        <td>aaa</td>
        <td>aaaa</td>
      </tr>
      <tr>
        <td>bbbbbb</td>
        <td>bbbbbbbb</td>
        <td>bbbbbbbbbb</td>
        <td>bbbbbbbbbbbb</td>
      </tr>
    </table>
    <span>
      <br />None</span>
  </div>
  <div id="GHTSubTest2" style="height:144px;width:176px">
    <table id="Table2" cellspacing="0" border="0" style="border-collapse:collapse;height:56px;width:88px">
      <tr>
        <td>aaaaa</td>
        <td>aaa</td>
        <td>aaaa</td>
      </tr>
      <tr>
        <td>bbbbbb</td>
        <td>bbbbbbbb</td>
        <td>bbbbbbbbbb</td>
        <td>bbbbbbbbbbbb</td>
      </tr>
    </table>
    <span>
      <br />None</span>
  </div>
  <div id="GHTSubTest3" style="height:144px;width:176px">
    <table id="Table3" cellspacing="9" border="0" style="height:56px;width:88px">
      <tr>
        <td>aaaaa</td>
        <td>aaa</td>
        <td>aaaa</td>
      </tr>
      <tr>
        <td>bbbbbb</td>
        <td>bbbbbbbb</td>
        <td>bbbbbbbbbb</td>
        <td>bbbbbbbbbbbb</td>
      </tr>
    </table>
    <span>
      <br />None</span>
  </div>
</testresults>