layout/reftests/mathml/maction-selection.html

branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
equal deleted inserted replaced
-1:000000000000 0:37aaed1561e3
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <title>maction selection</title>
4 </head>
5
6 <body>
7
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>
16
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>
25
26 <p>Toggle:
27 <math>
28 <maction actiontype="toggle" selection="2">
29
30 <mfrac>
31 <mn>3</mn>
32 <mn>4</mn>
33 </mfrac>
34
35 <mfrac>
36 <mn>6</mn>
37 <mn>8</mn>
38 </mfrac>
39
40 </maction>
41 </math>
42 </p>
43
44 <p>Toggle 2:
45 <math>
46 <maction actiontype="toggle" selection="2">
47
48 <mfrac>
49 <mn>3</mn>
50 <mn>4</mn>
51 </mfrac>
52
53 <mfrac>
54 <mn>6</mn>
55 <mn>8</mn>
56 </mfrac>
57
58 </maction>
59 </math>
60 </p>
61
62 </body>
63 </html>

mercurial