layout/reftests/bugs/402567-4-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><style>
     3    table {
     4      width: 10px;
     5    }
     6    div.auto { 
     7      overflow: auto;
     8      height: 50px;
     9      background: lightgreen;
    10    }
    11    div.invis {
    12      color: white;
    13    }
    14 </style></head>
    15 <body>
    16   <table><tr><td>
    17     <div class="auto">
    18       x xx x xx x xx x xx x xx x xx x xx x 
    19       xxxxxx
    20     </div>
    21     <div class="invis">
    22       xxxxxx
    23     </div>    
    24   </td></tr></table>
    25 </body>
    26 </html>

mercurial