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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/columns/columnfill-auto-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,32 @@
     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.text {
    1.10 +      width: 200px;
    1.11 +      text-align: left;
    1.12 +      font-family: ahem;
    1.13 +      font-size: 12pt;
    1.14 +      line-height: 1.1;
    1.15 +    }
    1.16 +
    1.17 +    table {
    1.18 +      width: 100%;
    1.19 +      font-family: ahem;
    1.20 +      font-size: 12pt;
    1.21 +      line-height: 1.1;
    1.22 +    }
    1.23 +  </style>
    1.24 +</head>
    1.25 +
    1.26 +<body>
    1.27 +  <table cellpadding=0 cellspacing=0>
    1.28 +    <tr>
    1.29 +      <td class="text" valign="top">
    1.30 +        Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed feugiat libero vel diam.</td>
    1.31 +      <td class="text" valign="top">Pellentesque pulvinar commodo lacus. Sed fringilla. Sed lectus. Praesent laoreet orci</td>
    1.32 +      <td valign="top" class="text">vitae nisi. Duis venenatis tristique massa. Sed commodo diam at mauris.</td>
    1.33 +    </tr>
    1.34 +  </table>
    1.35 +</body>

mercurial