summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/358871-1.xhtml
blob: 1964032e7b65a76fcb629b239997ca98ac7cc9ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html xmlns="http://www.w3.org/1999/xhtml">
<body>

<table border="1">
  <tbody>
    <tr>
      <td>A</td>
      <td rowspan="3" colspan="0">B</td>
    </tr>
    <tr>
      <td colspan="2">C</td>
      <td>D</td>
    </tr>
  </tbody>
</table>


</body>
</html>