layout/reftests/mathml/mathvariant-1b-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/mathvariant-1b-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,126 @@
     1.4 +<!doctype html>
     1.5 +<html>
     1.6 +
     1.7 +  <head>
     1.8 +    <title>Test mathvariant character mappings</title>
     1.9 +  </head>
    1.10 +  <body>
    1.11 +    <math>
    1.12 +      <mrow>
    1.13 +        <mtext>0123456789</mtext>
    1.14 +      </mrow>
    1.15 +    </math>
    1.16 +    <br>
    1.17 +    <math>
    1.18 +      <mrow>
    1.19 +        <mtext>
    1.20 +          &#x1d7ce;&#x1d7cf;&#x1d7d0;&#x1d7d1;&#x1d7d2;&#x1d7d3;
    1.21 +          &#x1d7d4;&#x1d7d5;&#x1d7d6;&#x1d7d7;
    1.22 +        </mtext>
    1.23 +      </mrow>
    1.24 +    </math>
    1.25 +    <br>
    1.26 +    <math>
    1.27 +      <mrow>
    1.28 +        <mtext>0123456789</mtext>
    1.29 +      </mrow>
    1.30 +    </math>
    1.31 +    <br>
    1.32 +    <math>
    1.33 +      <mrow>
    1.34 +        <mtext>0123456789</mtext>
    1.35 +      </mrow>
    1.36 +    </math>
    1.37 +    <br>
    1.38 +    <math>
    1.39 +      <mrow>
    1.40 +        <mtext>
    1.41 +          012345
    1.42 +          6789
    1.43 +        </mtext>
    1.44 +      </mrow>
    1.45 +    </math>
    1.46 +    <br>
    1.47 +    <math>
    1.48 +      <mrow>
    1.49 +        <mtext>
    1.50 +          012345
    1.51 +          6789
    1.52 +        </mtext>
    1.53 +      </mrow>
    1.54 +    </math>
    1.55 +    <br>
    1.56 +    <math>
    1.57 +      <mrow>
    1.58 +        <mtext>
    1.59 +          012345
    1.60 +          6789
    1.61 +        </mtext>
    1.62 +      </mrow>
    1.63 +    </math>
    1.64 +    <br>
    1.65 +    <math>
    1.66 +      <mrow>
    1.67 +        <mtext>
    1.68 +          &#x1d7d8;&#x1d7d9;&#x1d7da;&#x1d7db;&#x1d7dc;&#x1d7dd;
    1.69 +          &#x1d7de;&#x1d7df;&#x1d7e0;&#x1d7e1;
    1.70 +        </mtext>
    1.71 +      </mrow>
    1.72 +    </math>
    1.73 +    <br>
    1.74 +    <math>
    1.75 +      <mrow>
    1.76 +        <mtext>
    1.77 +          012345
    1.78 +          6789
    1.79 +        </mtext>
    1.80 +      </mrow>
    1.81 +    </math>
    1.82 +    <br>
    1.83 +    <math>
    1.84 +      <mrow>
    1.85 +        <mtext>
    1.86 +          &#x1d7e2;&#x1d7e3;&#x1d7e4;&#x1d7e5;&#x1d7e6;&#x1d7e7;
    1.87 +          &#x1d7e8;&#x1d7e9;&#x1d7ea;&#x1d7eb;
    1.88 +        </mtext>
    1.89 +      </mrow>
    1.90 +    </math>
    1.91 +    <br>
    1.92 +    <math>
    1.93 +      <mrow>
    1.94 +        <mtext>
    1.95 +          &#x1d7ec;&#x1d7ed;&#x1d7ee;&#x1d7ef;&#x1d7f0;&#x1d7f1;
    1.96 +          &#x1d7f2;&#x1d7f3;&#x1d7f4;&#x1d7f5;
    1.97 +        </mtext>
    1.98 +      </mrow>
    1.99 +    </math>
   1.100 +    <br>
   1.101 +    <math>
   1.102 +      <mrow>
   1.103 +        <mtext>
   1.104 +          012345
   1.105 +          6789
   1.106 +        </mtext>
   1.107 +      </mrow>
   1.108 +    </math>
   1.109 +    <br>
   1.110 +    <math>
   1.111 +      <mrow>
   1.112 +        <mtext>
   1.113 +          012345
   1.114 +          6789
   1.115 +        </mtext>
   1.116 +      </mrow>
   1.117 +    </math>
   1.118 +    <br>
   1.119 +    <math>
   1.120 +      <mrow>
   1.121 +        <mtext>
   1.122 +          &#x1d7f6;&#x1d7f7;&#x1d7f8;&#x1d7f9;&#x1d7fa;&#x1d7fb;
   1.123 +          &#x1d7fc;&#x1d7fd;&#x1d7fe;&#x1d7ff;
   1.124 +        </mtext>
   1.125 +      </mrow>
   1.126 +    </math>
   1.127 +    <br>
   1.128 +  </body>
   1.129 +</html>

mercurial