summaryrefslogtreecommitdiffstats
path: root/layout/reftests/columns/columnfill-balance-ref.html
blob: de523224ce70cc9adae623ba120ed45805c79188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="ahem.css" />

    <style>
      td {
        width: 200px;
        font-family: ahem;
      }

      table {
        width: 100%;
        height: 150px;
        padding-bottom: 0;
        margin-bottom: 0;
        font-family: ahem;
      }
    </style>
  </head>
  <body>
    <table cellpadding=0 cellspacing=0>
      <tr>
        <td valign="top">
          Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed feugiat libero vel diam.
        </td>
        <td valign="top">Pellentesque pulvinar commodo lacus. Sed fringilla. Sed lectus. Praesent laoreet orci
        </td>
        <td valign="top">vitae nisi. Duis venenatis tristique massa. Sed commodo diam at mauris.
        </td>
      </tr>
    </table>
  </body>
</html>