layout/reftests/mathml/scriptshift-1-ref.xhtml

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 xmlns="http://www.w3.org/1999/xhtml">
     2 <body>
     3   <math xmlns="http://www.w3.org/1998/Math/MathML">
     4     <msub>
     5       <mi>x</mi>
     6       <mn>2</mn>
     7     </msub>
     8     <mo>+</mo>
     9     <msup>
    10       <mi>x</mi>
    11       <mn>2</mn>
    12     </msup>
    13     <mo>+</mo>
    14     <msubsup>
    15       <mi>x</mi>
    16       <mn>2</mn>
    17       <mn>3</mn>
    18     </msubsup>
    19     <mo>+</mo>
    20     <mmultiscripts>
    21       <mi> x </mi>
    22       <mn>2</mn>
    23       <mn>3</mn>
    24       <mprescripts/>
    25       <mn>4</mn>
    26       <mn>5</mn>
    27     </mmultiscripts>
    28   </math> 
    29 </body>
    30 </html>

mercurial