Bug 1837620 - Part 6: Make edges for multiple shape guard weak too r=sfink
[gecko.git] / layout / reftests / columns / columnfill-balance-ref.html
blobde523224ce70cc9adae623ba120ed45805c79188
1 <html>
2 <head>
3 <link rel="stylesheet" type="text/css" href="ahem.css" />
5 <style>
6 td {
7 width: 200px;
8 font-family: ahem;
11 table {
12 width: 100%;
13 height: 150px;
14 padding-bottom: 0;
15 margin-bottom: 0;
16 font-family: ahem;
18 </style>
19 </head>
20 <body>
21 <table cellpadding=0 cellspacing=0>
22 <tr>
23 <td valign="top">
24 Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed feugiat libero vel diam.
25 </td>
26 <td valign="top">Pellentesque pulvinar commodo lacus. Sed fringilla. Sed lectus. Praesent laoreet orci
27 </td>
28 <td valign="top">vitae nisi. Duis venenatis tristique massa. Sed commodo diam at mauris.
29 </td>
30 </tr>
31 </table>
32 </body>
33 </html>