layout/reftests/mathml/mathml-negativespace-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 <html>	
     2   <head></head>
     3   <body>
     4     <p>
     5       <math>
     6 	<mrow>
     7 	  <mi>x</mi> <mspace width="negativeveryverythinmathspace"></mspace> <mi>y</mi> 
     8 	</mrow>
     9       </math>
    10     </p>
    11     <p>
    12       <math>
    13 	<mrow>
    14 	  <mi>x</mi> <mspace width="negativeverythinmathspace"></mspace> <mi>y</mi> 
    15 	</mrow>
    16       </math>
    17     </p>
    18     <p>
    19       <math>
    20 	<mrow>
    21 	  <mi>x</mi> <mspace width="negativethinmathspace"></mspace> <mi>y</mi> 
    22 	</mrow>
    23       </math>
    24     </p>
    25     <p>
    26       <math>
    27 	<mrow>
    28 	  <mi>x</mi> <mspace width="negativemediummathspace"></mspace> <mi>y</mi> 
    29 	</mrow>
    30       </math>
    31     </p>
    32     <p>
    33       <math>
    34 	<mrow>
    35 	  <mi>x</mi> <mspace width="negativethickmathspace"></mspace> <mi>y</mi> 
    36 	</mrow>
    37       </math>
    38     </p>
    39     <p>
    40       <math>
    41 	<mrow>
    42 	  <mi>x</mi> <mspace width="negativeverythickmathspace"></mspace> <mi>y</mi> 
    43 	</mrow>
    44       </math>
    45     </p>
    46     <p>
    47       <math>
    48 	<mrow>
    49 	  <mi>x</mi> <mspace width="negativeveryverythickmathspace"></mspace> <mi>y</mi> 
    50 	</mrow>
    51       </math>
    52     </p>
    53   </body>	    
    54 </html>

mercurial