summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-width/colspan-distribute-to-empty-1b.html
blob: f43ebd89dc23b322776a791aa5de6deb50db442c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<title>Distributing widths from spanning cells to empty columns</title>
<table cellpadding="0" cellspacing="0" width="75">
  <tr>
    <td width="25"             bgcolor="yellow" >&nbsp;</td>
    <td width="50" colspan="2" bgcolor="aqua"   >&nbsp;</td>
  </tr>
  <tr>
    <td width="50" colspan="2" bgcolor="fuchsia">&nbsp;</td>
    <td width="25"             bgcolor="yellow" >&nbsp;</td>
  </tr>
</table>