layout/reftests/table-width/colspan-distribute-to-empty-2.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-2.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +<!DOCTYPE html>
     1.5 +<table width="250" cellpadding="0" border="0" cellspacing="0">
     1.6 +<tr>
     1.7 +<td width="50" bgcolor=yellow>50
     1.8 +<td colspan="2" bgcolor=aqua>This is a cell with enough text in it to wrap.
     1.9 +<td bgcolor=lime><span style="display:inline-block; width: 20px"></span>
    1.10 +<tr>
    1.11 +<td colspan="2" bgcolor=fuchsia>This is a cell with enough text in it to wrap.
    1.12 +<td width="50" bgcolor=yellow>50
    1.13 +<td bgcolor=lime><span style="display:inline-block; width: 20px"></span>
    1.14 +</table>

mercurial