summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/374819-1.html
blob: bd65fd2bf1e8e9f08cb1e3edf96a2778f1fd2ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<body>

<table>
  <tr>
    <td>A B</td>
    <td>C</td>
  </tr>
  <tr>
    <td width="100" colspan="3">D</td>
  </tr>
</table>

</body>
</html>