layout/reftests/mathml/multiscripts-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/multiscripts-1-ref.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 +      <mmultiscripts 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 +      </mmultiscripts>
    1.14 +    </math>
    1.15 +
    1.16 +    <br><br>
    1.17 +
    1.18 +    msubsup:
    1.19 +    <math>
    1.20 +      <mmultiscripts style="background: red;">
    1.21 +	<mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    1.22 +	<mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
    1.23 +        <none/>
    1.24 +      </mmultiscripts>
    1.25 +    </math>
    1.26 +
    1.27 +    <br><br>
    1.28 +
    1.29 +    msup / msubsup:
    1.30 +    <math>
    1.31 +      <mmultiscripts style="background: red;">
    1.32 +	<mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    1.33 +        <none/>
    1.34 +	<mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
    1.35 +      </mmultiscripts>
    1.36 +    </math>
    1.37 +
    1.38 +    <math>
    1.39 +      <mmultiscripts style="background: red;">
    1.40 +	<mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    1.41 +        <none/>
    1.42 +	<mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
    1.43 +      </mmultiscripts>
    1.44 +    </math>
    1.45 +
    1.46 +    <br><br>
    1.47 +
    1.48 +
    1.49 +    mrow / msub:
    1.50 +    <math>
    1.51 +      <mrow style="background: red;">
    1.52 +        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    1.53 +      </mrow>
    1.54 +    </math>
    1.55 +
    1.56 +    <math>
    1.57 +      <mrow style="background: red;">
    1.58 +        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    1.59 +      </mrow>
    1.60 +    </math>
    1.61 +
    1.62 +    <br><br>
    1.63 +
    1.64 +    msupsub:
    1.65 +    <math>
    1.66 +      <mmultiscripts style="background: red;">
    1.67 +        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    1.68 +        <none />
    1.69 +        <none />
    1.70 +      </mmultiscripts>
    1.71 +    </math>
    1.72 +
    1.73 +</body></html>

mercurial