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

<table>
  <tr>
    <td style="width: 9%" colspan="2"></td>
  </tr>
  <tr>
    <td></td>
  </tr>
</table>

</body>
</html>