layout/reftests/mathml/mathvariant-4.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>More mathvariant tests</title>
     5   </head>
     6   <body>
     7     <math>
     8       <mrow>
     9         <mtext mathvariant="fraktur">&#x1d49c;</mtext>
    10         <mtext mathvariant="fraktur">&#x212c;</mtext>
    11         <mtext mathvariant="fraktur">&#x00e1;</mtext>
    12       </mrow>
    13     </math>
    15     <p>
    17     <math>
    18       <mrow>
    19         <mtext mathvariant="monospace">AAA</mtext>
    20       </mrow>
    21     </math>
    23     <p>
    25     <math>
    26       <mstyle mathvariant="sans-serif">
    27         <mrow>
    28           <mtext>cos</mtext>
    29           <mo>&#x2061;</mo>
    30           <mi>x</mi>
    31         </mrow>
    32       </mstyle>
    33     </math>
    35     <p>
    37     <math mathvariant="sans-serif">
    38       <mrow>
    39         <mtext>cos</mtext>
    40         <mo>&#x2061;</mo>
    41         <mi>x</mi>
    42       </mrow>
    43     </math>
    45   </body>
    46 </html>

mercurial