layout/reftests/mathml/multiscripts-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/multiscripts-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,70 @@
     1.4 +<html><head>
     1.5 +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>Comparison of script elements</title></head>
     1.6 +  <body>
     1.7 +    msubsup:
     1.8 +    <math>
     1.9 +      <msubsup style="background: red;">
    1.10 +        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    1.11 +        <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
    1.12 +        <mtext style="background-color: rgba(0, 255, 0, 0.4);">ccc</mtext>
    1.13 +      </msubsup>
    1.14 +    </math>
    1.15 +
    1.16 +    <br><br>
    1.17 +
    1.18 +    <!-- Different rules apply to msub, so it won't provide equivalent output -->
    1.19 +    msubsup:
    1.20 +    <math>
    1.21 +      <msubsup style="background: red;">
    1.22 +        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    1.23 +        <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
    1.24 +        <mrow></mrow>
    1.25 +      </msubsup>
    1.26 +    </math>
    1.27 +
    1.28 +    <br><br>
    1.29 +
    1.30 +    msup / msubsup:
    1.31 +    <math>
    1.32 +      <msup style="background: red;">
    1.33 +        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    1.34 +        <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
    1.35 +      </msup>
    1.36 +    </math>
    1.37 +
    1.38 +    <math>
    1.39 +      <msubsup style="background: red;">
    1.40 +        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    1.41 +        <mrow></mrow>
    1.42 +        <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
    1.43 +      </msubsup>
    1.44 +    </math>
    1.45 +
    1.46 +    <br><br>
    1.47 +
    1.48 +    mrow / msub:
    1.49 +    <math>
    1.50 +      <mrow style="background: red;">
    1.51 +        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    1.52 +      </mrow>
    1.53 +    </math>
    1.54 +
    1.55 +    <math>
    1.56 +      <msub style="background: red;">
    1.57 +        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    1.58 +        <mrow></mrow>
    1.59 +      </msub>
    1.60 +    </math>
    1.61 +
    1.62 +    <br><br>
    1.63 +
    1.64 +    msupsub:
    1.65 +    <math>
    1.66 +      <msubsup style="background: red;">
    1.67 +        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    1.68 +        <mrow></mrow>
    1.69 +        <mrow></mrow>
    1.70 +      </msubsup>
    1.71 +    </math>
    1.72 +
    1.73 +</body></html>

mercurial