layout/reftests/mathml/overbar-width-1-ref.xhtml

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 xmlns="http://www.w3.org/1999/xhtml">
     2   <head>
     3     <style type="text/css">
     4       html { background-color: grey; }
     5       div { display: inline-block;
     6             font-size: 30px;
     7             line-height: 60px; /* Ensure space for overbar */
     8             border: 1px solid white;
     9             padding: 2px; /* 10% error allowed in char selection */
    10             background-color: black;
    11             color: red; }
    12     </style>
    13   </head>
    14 <body>
    15   <div>
    16     <math xmlns="http://www.w3.org/1998/Math/MathML">
    17       <mphantom>
    18 	<mover>
    19 	  <mi>ai</mi>
    20 	  <mo>&#xaf;</mo>
    21 	</mover>
    22       </mphantom>
    23     </math>
    24   </div>
    25 </body>
    26 </html>

mercurial