layout/reftests/mathml/maction-dynamic-embellished-op-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/maction-dynamic-embellished-op-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +<html>
     1.5 +
     1.6 +<head>
     1.7 +<title>dynamic maction and embellished op</title>
     1.8 +</head>
     1.9 +
    1.10 +<body>
    1.11 +
    1.12 +  <p>'<math><maction id="m1" selection="2"><mi>a</mi><mo>b</mo></maction></math>'</p>
    1.13 +  <p>'<math><maction id="m2" selection="2"><mo>b</mo><mi>a</mi></maction></math>'</p>
    1.14 + 
    1.15 +  <p>"<math><maction id="m3"><mo>b</mo></maction></math>"</p>
    1.16 +  <p>"<math><maction id="m3bis"><mi>a</mi><mo>b</mo></maction></math>"</p>
    1.17 +
    1.18 +  <p>{<math><maction id="m4"><mi>a</mi></maction></math>}</p>
    1.19 +  <p>{<math><maction id="m4bis"><mo>b</mo><mi>a</mi></maction></math>}</p>
    1.20 +
    1.21 + 
    1.22 +  <p>[<math>
    1.23 +    <mstyle id="m5" selection="2"><maction><mi>a</mi><mo>b</mo></maction></mstyle>
    1.24 +  </math>]</p>
    1.25 +  <p>[<math>
    1.26 +    <mstyle id="m6" selection="2"><maction><mo>b</mo><mi>a</mi></maction></mstyle>
    1.27 +  </math>]</p>
    1.28 +
    1.29 +  <p>(<math id="m7" selection="2"><maction><mi>a</mi><mo>b</mo></maction></math>)</p>
    1.30 +  <p>(<math id="m8" selection="2"><maction><mo>b</mo><mi>a</mi></maction></math>)</p>
    1.31 +
    1.32 +</body>
    1.33 +</html>

mercurial