layout/reftests/mathml/mathml-negativespace.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/mathml-negativespace.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,53 @@
     1.4 +<html>	
     1.5 +  <head></head>
     1.6 +  <body>
     1.7 +    <p>
     1.8 +      <math>
     1.9 +	<mrow>
    1.10 +	  <mi>x</mi> <mspace width="-0.0555555556em"></mspace> <mi>y</mi> 
    1.11 +	</mrow>
    1.12 +      </math>
    1.13 +    </p>
    1.14 +    <p>
    1.15 +      <math>
    1.16 +	<mrow>
    1.17 +	  <mi>x</mi> <mspace width="-0.111111111em"></mspace> <mi>y</mi> 
    1.18 +	</mrow>
    1.19 +      </math>
    1.20 +    <p>
    1.21 +      <math>
    1.22 +	<mrow>
    1.23 +	  <mi>x</mi> <mspace width="-0.166666667em"></mspace> <mi>y</mi> 
    1.24 +	</mrow>
    1.25 +      </math>
    1.26 +    </p>
    1.27 +    <p>
    1.28 +      <math>
    1.29 +	<mrow>
    1.30 +	  <mi>x</mi> <mspace width="-0.222222222em"></mspace> <mi>y</mi> 
    1.31 +	</mrow>
    1.32 +      </math>
    1.33 +    </p>
    1.34 +    <p>
    1.35 +      <math>
    1.36 +	<mrow>
    1.37 +	  <mi>x</mi> <mspace width="-0.277777778em"></mspace> <mi>y</mi> 
    1.38 +	</mrow>
    1.39 +      </math>
    1.40 +    </p>
    1.41 +    <p>
    1.42 +      <math>
    1.43 +	<mrow>
    1.44 +	  <mi>x</mi> <mspace width="-0.333333333em"></mspace> <mi>y</mi> 
    1.45 +	</mrow>
    1.46 +      </math>
    1.47 +    </p>
    1.48 +    <p>
    1.49 +      <math>
    1.50 +	<mrow>
    1.51 +	  <mi>x</mi> <mspace width="-0.388888889em"></mspace> <mi>y</mi> 
    1.52 +	</mrow>
    1.53 +      </math>
    1.54 +    </p>	
    1.55 +  </body>	    
    1.56 +</html>

mercurial