layout/reftests/columns/columnfill-balance-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/columns/columnfill-balance-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +<html>
     1.5 +  <head>
     1.6 +    <link rel="stylesheet" type="text/css" href="ahem.css" />
     1.7 +
     1.8 +    <style>
     1.9 +      td {
    1.10 +        width: 200px;
    1.11 +        font-family: ahem;
    1.12 +      }
    1.13 +
    1.14 +      table {
    1.15 +        width: 100%;
    1.16 +        height: 150px;
    1.17 +        padding-bottom: 0;
    1.18 +        margin-bottom: 0;
    1.19 +        font-family: ahem;
    1.20 +      }
    1.21 +    </style>
    1.22 +  </head>
    1.23 +  <body>
    1.24 +    <table cellpadding=0 cellspacing=0>
    1.25 +      <tr>
    1.26 +        <td valign="top">
    1.27 +          Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed feugiat libero vel diam.
    1.28 +        </td>
    1.29 +        <td valign="top">Pellentesque pulvinar commodo lacus. Sed fringilla. Sed lectus. Praesent laoreet orci
    1.30 +        </td>
    1.31 +        <td valign="top">vitae nisi. Duis venenatis tristique massa. Sed commodo diam at mauris.
    1.32 +        </td>
    1.33 +      </tr>
    1.34 +    </table>
    1.35 +  </body>
    1.36 +</html>

mercurial