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

mercurial