summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/350524-1.xhtml
blob: 4df84ebbeb52aa6b90595380396c8dcb1bffefe8 (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
<html xmlns="http://www.w3.org/1999/xhtml">
<head>



</head>


<body>


<h3>Tables</h3>

<table style="border-collapse: collapse;">
  <tbody>
    <tr>
      <td>td</td>
    </tr>
  </tbody>
  <tbody>
    <tr style="visibility: collapse;">
      <td colspan="0">td</td>
    </tr>
    <tr>
      <td>td</td>
      <td colspan="0">td</td>
    </tr>
  </tbody>
</table>


</body>
</html>