1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/maction-selection.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,63 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.5 +<head> 1.6 +<title>maction selection</title> 1.7 +</head> 1.8 + 1.9 +<body> 1.10 + 1.11 +<p>Statusline: 1.12 +<math> 1.13 + <maction actiontype="statusline" selection="2"> 1.14 + <msqrt><mi>x</mi></msqrt> 1.15 + <mtext>square root of x</mtext> 1.16 + </maction> 1.17 +</math> 1.18 +</p> 1.19 + 1.20 +<p>Tooltip: 1.21 +<math> 1.22 + <maction actiontype="tooltip" selection="2"> 1.23 + <msqrt><mi>x</mi></msqrt> 1.24 + <mtext>square root of x</mtext> 1.25 + </maction> 1.26 +</math> 1.27 +</p> 1.28 + 1.29 +<p>Toggle: 1.30 +<math> 1.31 + <maction actiontype="toggle" selection="2"> 1.32 + 1.33 + <mfrac> 1.34 + <mn>3</mn> 1.35 + <mn>4</mn> 1.36 + </mfrac> 1.37 + 1.38 + <mfrac> 1.39 + <mn>6</mn> 1.40 + <mn>8</mn> 1.41 + </mfrac> 1.42 + 1.43 + </maction> 1.44 +</math> 1.45 +</p> 1.46 + 1.47 +<p>Toggle 2: 1.48 +<math> 1.49 + <maction actiontype="toggle" selection="2"> 1.50 + 1.51 + <mfrac> 1.52 + <mn>3</mn> 1.53 + <mn>4</mn> 1.54 + </mfrac> 1.55 + 1.56 + <mfrac> 1.57 + <mn>6</mn> 1.58 + <mn>8</mn> 1.59 + </mfrac> 1.60 + 1.61 + </maction> 1.62 +</math> 1.63 +</p> 1.64 + 1.65 +</body> 1.66 +</html>