Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / columns / columnfill-auto-ref.html
blob619ef7f7b593bf33d680d0e91ac2788e591ee967
1 <html>
2 <head>
3 <link rel="stylesheet" type="text/css" href="ahem.css" />
5 <style>
6 td.text {
7 width: 200px;
8 text-align: left;
9 font-family: ahem;
10 font-size: 12pt;
11 line-height: 1.1;
14 table {
15 width: 100%;
16 font-family: ahem;
17 font-size: 12pt;
18 line-height: 1.1;
20 </style>
21 </head>
23 <body>
24 <table cellpadding=0 cellspacing=0>
25 <tr>
26 <td class="text" valign="top">
27 Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed feugiat libero vel diam.</td>
28 <td class="text" valign="top">Pellentesque pulvinar commodo lacus. Sed fringilla. Sed lectus. Praesent laoreet orci</td>
29 <td valign="top" class="text">vitae nisi. Duis venenatis tristique massa. Sed commodo diam at mauris.</td>
30 </tr>
31 </table>
32 </body>