summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/374819-2.html
blob: d26cdfe07b9b4009e7ffa70653022f6713220595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<table cellpadding="0" cellspacing="0" border="0">
  <tr>
    <td>hello</td>
    <td>
      <!-- contents of the cell with 0 min width and non-0 pref width -->
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td width="5"></td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td colspan="2" width="100"></td>
  </tr>
</table>