layout/reftests/table-width/colspan-distribute-to-empty-1a.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/table-width/colspan-distribute-to-empty-1a.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<title>Distributing widths from spanning cells to empty columns</title>
     1.6 +<table cellpadding="0" cellspacing="0">
     1.7 +  <tr>
     1.8 +    <td width="25"             bgcolor="yellow" >&nbsp;</td>
     1.9 +    <td width="50" colspan="2" bgcolor="aqua"   >&nbsp;</td>
    1.10 +  </tr>
    1.11 +  <tr>
    1.12 +    <td width="50" colspan="2" bgcolor="fuchsia">&nbsp;</td>
    1.13 +    <td width="25"             bgcolor="yellow" >&nbsp;</td>
    1.14 +  </tr>
    1.15 +</table>

mercurial