layout/reftests/mathml/mi-mathvariant-2-ref.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/mi-mathvariant-2-ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.5 +<body>
     1.6 +  <math xmlns="http://www.w3.org/1998/Math/MathML">
     1.7 +    <!-- infinity has no corresponding mathematical italic alphanumeric
     1.8 +         character and so should not be rendered with italic style.
     1.9 +	 bug 413115.
    1.10 +      -->
    1.11 +    <mi mathvariant="normal">&#x221e;</mi>
    1.12 +    <!-- PLANCK CONSTANT already has italic style, and shouldn't have
    1.13 +         additional slant applied -->
    1.14 +    <mi mathvariant="normal">&#x210e;</mi>
    1.15 +    <!-- mathvariant on single-char mi (the mathvariant property should
    1.16 +         override the default italicness)-->
    1.17 +    <mi>&#x1d505;</mi>
    1.18 +  </math>
    1.19 +</body>
    1.20 +</html>

mercurial