layout/reftests/mathml/maction-selection.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   <maction actiontype="statusline" selection="2">
    11     <msqrt><mi>x</mi></msqrt>
    12     <mtext>square root of x</mtext>
    13   </maction>
    14 </math>
    15 </p>
    17 <p>Tooltip:
    18 <math>
    19   <maction actiontype="tooltip" selection="2">
    20     <msqrt><mi>x</mi></msqrt>
    21     <mtext>square root of x</mtext>
    22   </maction>
    23 </math>
    24 </p>
    26 <p>Toggle:
    27 <math>
    28   <maction actiontype="toggle" selection="2">
    30     <mfrac>
    31       <mn>3</mn>
    32       <mn>4</mn>
    33     </mfrac>
    35     <mfrac>
    36       <mn>6</mn>
    37       <mn>8</mn>
    38     </mfrac>
    40   </maction>
    41 </math>
    42 </p>
    44 <p>Toggle 2:
    45 <math>
    46   <maction actiontype="toggle" selection="2">
    48     <mfrac>
    49       <mn>3</mn>
    50       <mn>4</mn>
    51     </mfrac>
    53     <mfrac>
    54       <mn>6</mn>
    55       <mn>8</mn>
    56     </mfrac>
    58   </maction>
    59 </math>
    60 </p>
    62 </body>
    63 </html>

mercurial