layout/reftests/mathml/maction-selection-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 xmlns="http://www.w3.org/1999/xhtml">
     2 <head>
     3 <title>maction selection</title>
     4 </head>
     6 <body>
     8 <p>Statusline:
     9 <math>
    10   <msqrt><mi>x</mi></msqrt>
    11 </math>
    12 </p>
    14 <p>Tooltip:
    15 <math>
    16   <msqrt><mi>x</mi></msqrt>
    17 </math>
    18 </p>
    20 <p>Toggle:
    21 <math>
    22   <mfrac>
    23     <mn>6</mn>
    24     <mn>8</mn>
    25   </mfrac>
    26 </math>
    27 </p>
    29 <p>Toggle 2:
    30 <math>
    31   <maction actiontype="toggle" selection="1">
    33     <mfrac>
    34       <mn>6</mn>
    35       <mn>8</mn>
    36     </mfrac>
    38     <mfrac>
    39       <mn>3</mn>
    40       <mn>4</mn>
    41     </mfrac>
    43   </maction>
    44 </math>
    45 </p>
    47 </body>
    48 </html>

mercurial