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

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     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