layout/reftests/mathml/mathvariant-1d.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/mathvariant-1d.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,64 @@
     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 mathvariant="double-struck">
    1.14 +          &#x0628;&#x062C;&#x062F;&#x0648;&#x0632;&#x062D;
    1.15 +          &#x0637;&#x064A;&#x0644;&#x0645;&#x0646;&#x0633;
    1.16 +          &#x0639;&#x0641;&#x0635;&#x0642;&#x0631;&#x0634;
    1.17 +          &#x062A;&#x062B;&#x062E;&#x0630;&#x0636;&#x0638;
    1.18 +          &#x063A;
    1.19 +        </mtext>
    1.20 +      </mrow>
    1.21 +    </math>
    1.22 +    <br>
    1.23 +    <math>
    1.24 +      <mrow>
    1.25 +        <mtext mathvariant="initial">
    1.26 +          &#x0628;&#x062C;&#x0647;&#x062D;&#x064A;&#x0643;
    1.27 +          &#x0644;&#x0645;&#x0646;&#x0633;&#x0639;&#x0641;
    1.28 +          &#x0635;&#x0642;&#x0634;&#x062A;&#x062B;&#x062E;
    1.29 +          &#x0636;&#x063A;
    1.30 +        </mtext>
    1.31 +      </mrow>
    1.32 +    </math>
    1.33 +    <br>
    1.34 +    <math>
    1.35 +      <mrow>
    1.36 +        <mtext mathvariant="tailed">
    1.37 +          &#x062C;&#x062D;&#x064A;&#x0644;&#x0646;&#x0633;
    1.38 +          &#x0639;&#x0635;&#x0642;&#x0634;&#x062E;&#x0636;
    1.39 +          &#x063A;&#x06BA;&#x066F;
    1.40 +        </mtext>
    1.41 +      </mrow>
    1.42 +    </math>
    1.43 +    <br>
    1.44 +    <math>
    1.45 +      <mrow>
    1.46 +        <mtext mathvariant="looped">
    1.47 +          &#x0627;&#x0628;&#x062C;&#x062F;&#x0647;&#x0648;
    1.48 +          &#x0632;&#x062D;&#x0637;&#x064A;&#x0644;&#x0645;
    1.49 +          &#x0646;&#x0633;&#x0639;&#x0641;&#x0635;&#x0642;
    1.50 +          &#x0631;&#x0634;&#x062A;&#x062B;&#x062E;&#x0630;
    1.51 +          &#x0636;&#x0638;&#x063A;
    1.52 +        </mtext>
    1.53 +      </mrow>
    1.54 +    </math>
    1.55 +    <br>
    1.56 +    <math>
    1.57 +      <mrow>
    1.58 +        <mtext mathvariant="stretched">
    1.59 +          &#x0628;&#x062C;&#x0647;&#x062D;&#x0637;&#x064A;
    1.60 +          &#x0643;&#x0645;&#x0646;&#x0633;&#x0639;&#x0641;
    1.61 +          &#x0635;&#x0642;&#x0634;&#x062A;&#x062B;&#x062E;
    1.62 +          &#x0636;&#x0638;&#x063A;&#x066E;&#x06A1;
    1.63 +        </mtext>
    1.64 +      </mrow>
    1.65 +    </math>
    1.66 +  </body>
    1.67 +</html>
    1.68 \ No newline at end of file

mercurial