layout/reftests/mathml/mathvariant-2.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/mathvariant-2.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<!doctype html>
     1.5 +<html>
     1.6 +  <head>
     1.7 +    <title>Test mathvariant exception mappings</title>
     1.8 +  </head>
     1.9 +  <body>
    1.10 +    <math>
    1.11 +      <mrow>
    1.12 +        <mtext mathvariant="italic">&#x0131;&#x0237;</mtext>
    1.13 +        <mtext mathvariant="bold">&#x0131;&#x0237;</mtext>
    1.14 +        <mtext mathvariant="bold">&#x03DC;&#x03DD;</mtext>
    1.15 +        <mtext mathvariant="italic">&#x03DC;&#x03DD;</mtext>
    1.16 +      </mrow>
    1.17 +    </math>
    1.18 +    <p>
    1.19 +    <math>
    1.20 +      <mrow>
    1.21 +        <mi>&imath;</mi>
    1.22 +        <mi>&jmath;</mi>
    1.23 +        <mi>&imath;&imath;</mi>
    1.24 +        <mi>&jmath;&jmath;</mi>
    1.25 +      </mrow>
    1.26 +    </math>
    1.27 +  </body>
    1.28 +</html>

mercurial