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

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     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;
     9       }
    11       table {
    12         width: 100%;
    13         height: 150px;
    14         padding-bottom: 0;
    15         margin-bottom: 0;
    16         font-family: ahem;
    17       }
    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>

mercurial