layout/reftests/mathml/maction-selection.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 2 <head>
michael@0 3 <title>maction selection</title>
michael@0 4 </head>
michael@0 5
michael@0 6 <body>
michael@0 7
michael@0 8 <p>Statusline:
michael@0 9 <math>
michael@0 10 <maction actiontype="statusline" selection="2">
michael@0 11 <msqrt><mi>x</mi></msqrt>
michael@0 12 <mtext>square root of x</mtext>
michael@0 13 </maction>
michael@0 14 </math>
michael@0 15 </p>
michael@0 16
michael@0 17 <p>Tooltip:
michael@0 18 <math>
michael@0 19 <maction actiontype="tooltip" selection="2">
michael@0 20 <msqrt><mi>x</mi></msqrt>
michael@0 21 <mtext>square root of x</mtext>
michael@0 22 </maction>
michael@0 23 </math>
michael@0 24 </p>
michael@0 25
michael@0 26 <p>Toggle:
michael@0 27 <math>
michael@0 28 <maction actiontype="toggle" selection="2">
michael@0 29
michael@0 30 <mfrac>
michael@0 31 <mn>3</mn>
michael@0 32 <mn>4</mn>
michael@0 33 </mfrac>
michael@0 34
michael@0 35 <mfrac>
michael@0 36 <mn>6</mn>
michael@0 37 <mn>8</mn>
michael@0 38 </mfrac>
michael@0 39
michael@0 40 </maction>
michael@0 41 </math>
michael@0 42 </p>
michael@0 43
michael@0 44 <p>Toggle 2:
michael@0 45 <math>
michael@0 46 <maction actiontype="toggle" selection="2">
michael@0 47
michael@0 48 <mfrac>
michael@0 49 <mn>3</mn>
michael@0 50 <mn>4</mn>
michael@0 51 </mfrac>
michael@0 52
michael@0 53 <mfrac>
michael@0 54 <mn>6</mn>
michael@0 55 <mn>8</mn>
michael@0 56 </mfrac>
michael@0 57
michael@0 58 </maction>
michael@0 59 </math>
michael@0 60 </p>
michael@0 61
michael@0 62 </body>
michael@0 63 </html>

mercurial