summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/478956-1-ref.html
blob: 3815f3a460821e41ba19763b1fff4524ee27ca50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
  <body>
    <table cellpadding="0" cellspacing="0">
      <tr>
        <td>Long long cell</td>
        <td>cell</td>
      </tr>
    </table>
    <table cellpadding="0" cellspacing="0">
      <tr>
        <td>cell</td>
        <td>cell</td>
      </tr>
    </table>
  </body>
</html>