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

branch
TOR_BUG_9701
changeset 8
97036ab72558
equal deleted inserted replaced
-1:000000000000 0:d9222ec5b5f8
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 <msqrt><mi>x</mi></msqrt>
11 </math>
12 </p>
13
14 <p>Tooltip:
15 <math>
16 <msqrt><mi>x</mi></msqrt>
17 </math>
18 </p>
19
20 <p>Toggle:
21 <math>
22 <mfrac>
23 <mn>6</mn>
24 <mn>8</mn>
25 </mfrac>
26 </math>
27 </p>
28
29 <p>Toggle 2:
30 <math>
31 <maction actiontype="toggle" selection="1">
32
33 <mfrac>
34 <mn>6</mn>
35 <mn>8</mn>
36 </mfrac>
37
38 <mfrac>
39 <mn>3</mn>
40 <mn>4</mn>
41 </mfrac>
42
43 </maction>
44 </math>
45 </p>
46
47 </body>
48 </html>

mercurial