layout/reftests/mathml/negative-mspace-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/negative-mspace-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +<!doctype>
     1.5 +<html>
     1.6 +  <head>
     1.7 +    <title>negative mspace</title>
     1.8 +    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     1.9 +  </head>
    1.10 +  <body>
    1.11 +    <p>
    1.12 +      <math>
    1.13 +	<mrow>
    1.14 +	  <mspace width="2em" height="1em" mathbackground="red"></mspace>
    1.15 +	  <mspace width="-1em"/>
    1.16 +	  <mspace width="1em" height="1em" mathbackground="blue"></mspace>
    1.17 +	</mrow>
    1.18 +      </math>
    1.19 +    </p>
    1.20 +    <p>
    1.21 +      <math dir="rtl">
    1.22 +	<mrow>
    1.23 +	  <mspace width="2em" height="1em" mathbackground="red"></mspace>
    1.24 +	  <mspace width="-1em"/>
    1.25 +	  <mspace width="1em" height="1em" mathbackground="blue"></mspace>
    1.26 +	</mrow>
    1.27 +      </math>
    1.28 +    </p>
    1.29 +  </body>
    1.30 +</html>

mercurial