layout/reftests/table-anonymous-boxes/3x3-cols-ref.html

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 <!DOCTYPE html>
     2 <html>
     3   <body style="font-family: monospace">
     4     <table cellpadding="0" cellspacing="0" style="margin: 0; padding: 0; border: none">
     5       <colgroup><col style="background: yellow"><col style="background: cyan"><col style="background: lime"></colgroup>
     6       <tr>
     7         <td>Row 1, Col 1</td>
     8         <td>Row 1, Col 2</td>
     9         <td>Row 1, Col 3</td>
    10       </tr>
    11       <tr>
    12         <td>Row 22, Col 1</td>
    13         <td>Row 22, Col 2</td>
    14         <td>Row 22, Col 3</td>
    15       </tr>
    16       <tr>
    17         <td>Row 333, Col 1</td>
    18         <td>Row 333, Col 2</td>
    19         <td>Row 333, Col 3</td>
    20       </tr>
    21     </table>
    22   </body>
    23 </html>

mercurial