layout/reftests/mathml/maction-selection-ref.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     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