summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/368013.html
blob: ea6760d4af3409a677c5dfc3bede10d2736306f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head><title>Bug 368013</title></head>
<body>
  <table>
    <thead>
      <col>1</col>
    </thead>
    <tr>
      <td>1</td>
    </tr>
  </table>
</html>