layout/reftests/mathml/mmultiscript-align.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     <title>alignment of mmultiscript sub/superscripts</title>
     5   </head>
     7   <body>
     8     <math>
     9       <mmultiscripts>
    10         <mspace width="50px" height="50px" mathbackground="red"/>
    11         <mrow>
    12           <mspace width="50px" height="10px" mathbackground="blue"/>
    13         </mrow>
    14         <mspace width="100px" height="10px" mathbackground="green"/>
    15         <mprescripts/>
    16         <mrow>
    17           <mspace width="50px" height="10px" mathbackground="blue"/>
    18         </mrow>
    19         <mspace width="100px" height="10px" mathbackground="green"/>
    20       </mmultiscripts>
    21     </math>
    22     <br/>
    23     <math>
    24       <mmultiscripts>
    25         <mspace width="50px" height="50px" mathbackground="red"/>
    26         <mspace width="100px" height="10px" mathbackground="green"/>
    27         <mrow>
    28           <mspace width="50px" height="10px" mathbackground="blue"/>
    29         </mrow>
    30         <mprescripts/>
    31         <mspace width="100px" height="10px" mathbackground="green"/>
    32         <mrow>
    33           <mspace width="50px" height="10px" mathbackground="blue"/>
    34         </mrow>
    35       </mmultiscripts>
    36     </math>
    37   </body>
    38 </html>

mercurial