layout/reftests/columns/columnfill-auto-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.text {
     7       width: 200px;
     8       text-align: left;
     9       font-family: ahem;
    10       font-size: 12pt;
    11       line-height: 1.1;
    12     }
    14     table {
    15       width: 100%;
    16       font-family: ahem;
    17       font-size: 12pt;
    18       line-height: 1.1;
    19     }
    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>

mercurial