1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/maction-selection-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,48 @@ 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 + <msqrt><mi>x</mi></msqrt> 1.14 +</math> 1.15 +</p> 1.16 + 1.17 +<p>Tooltip: 1.18 +<math> 1.19 + <msqrt><mi>x</mi></msqrt> 1.20 +</math> 1.21 +</p> 1.22 + 1.23 +<p>Toggle: 1.24 +<math> 1.25 + <mfrac> 1.26 + <mn>6</mn> 1.27 + <mn>8</mn> 1.28 + </mfrac> 1.29 +</math> 1.30 +</p> 1.31 + 1.32 +<p>Toggle 2: 1.33 +<math> 1.34 + <maction actiontype="toggle" selection="1"> 1.35 + 1.36 + <mfrac> 1.37 + <mn>6</mn> 1.38 + <mn>8</mn> 1.39 + </mfrac> 1.40 + 1.41 + <mfrac> 1.42 + <mn>3</mn> 1.43 + <mn>4</mn> 1.44 + </mfrac> 1.45 + 1.46 + </maction> 1.47 +</math> 1.48 +</p> 1.49 + 1.50 +</body> 1.51 +</html>