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

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

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

mercurial