layout/reftests/mathml/mspace-1-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 <!DOCTYPE html>
     2 <html>
     4 <head>
     5     <title>mspace</title>
     6 </head>
     8 <body>
    10   <div style="position: absolute;
    11 	      top: 0; left: 0;
    12 	      width: 50px; height: 6em;
    13 	      background: red;"></div>
    15   <div style="position: absolute;
    16 	      top: 2em; left: 50px;
    17 	      width: 40px; height: 3em;
    18 	      background: green;"></div>
    20   <div style="position: absolute;
    21 	      top: 1em; left: 90px;
    22 	      width: 30px; height: 3em;
    23 	      background: blue;"></div>
    25 </body>
    27 </html>

mercurial