layout/reftests/table-anonymous-boxes/277995-1-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 <head>
     4 </head>
     5 <body>
     6 <table>
     7   <tr>
     8     <td>
     9       <div style="display: table">
    10         <div id="data" style="display: table-row-group">
    11           <div style="display: table-row">
    12             <div style="display: table-cell">
    13               More Data
    14             </div>
    15           </div>
    16           <div style="display: table-row">
    17             <div style="display: table-cell">
    18               More Data
    19             </div>
    20           </div>
    21           <div style="display: table-row">
    22             <div style="display: table-cell">
    23               More Data
    24             </div>
    25           </div>
    26           <div style="display: table-row">
    27             <div style="display: table-cell">
    28               More Data
    29             </div>
    30           </div>
    31           <div style="display: table-row">
    32             <div style="display: table-cell">
    33               More Data
    34             </div>
    35           </div>
    36           <div style="display: table-row">
    37             <div style="display: table-cell">
    38               More Data
    39             </div>
    40           </div>
    41           <div style="display: table-row">
    42             <div style="display: table-cell">
    43               More Data
    44             </div>
    45           </div>
    46           <div style="display: table-row">
    47             <div style="display: table-cell">
    48               More Data
    49             </div>
    50           </div>
    51           <div style="display: table-row">
    52             <div style="display: table-cell">
    53               More Data
    54             </div>
    55           </div>
    56           <div style="display: table-row">
    57             <div style="display: table-cell">
    58               More Data
    59             </div>
    60           </div>
    61         </div>
    62       </div>
    63     </td>
    64   </tr>
    65 </table>
    66 </body>
    67 </html>

mercurial