layout/reftests/mathml/mathml-negativespace-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/mathml-negativespace-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,54 @@
     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="negativeveryverythinmathspace"></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="negativeverythinmathspace"></mspace> <mi>y</mi> 
    1.18 +	</mrow>
    1.19 +      </math>
    1.20 +    </p>
    1.21 +    <p>
    1.22 +      <math>
    1.23 +	<mrow>
    1.24 +	  <mi>x</mi> <mspace width="negativethinmathspace"></mspace> <mi>y</mi> 
    1.25 +	</mrow>
    1.26 +      </math>
    1.27 +    </p>
    1.28 +    <p>
    1.29 +      <math>
    1.30 +	<mrow>
    1.31 +	  <mi>x</mi> <mspace width="negativemediummathspace"></mspace> <mi>y</mi> 
    1.32 +	</mrow>
    1.33 +      </math>
    1.34 +    </p>
    1.35 +    <p>
    1.36 +      <math>
    1.37 +	<mrow>
    1.38 +	  <mi>x</mi> <mspace width="negativethickmathspace"></mspace> <mi>y</mi> 
    1.39 +	</mrow>
    1.40 +      </math>
    1.41 +    </p>
    1.42 +    <p>
    1.43 +      <math>
    1.44 +	<mrow>
    1.45 +	  <mi>x</mi> <mspace width="negativeverythickmathspace"></mspace> <mi>y</mi> 
    1.46 +	</mrow>
    1.47 +      </math>
    1.48 +    </p>
    1.49 +    <p>
    1.50 +      <math>
    1.51 +	<mrow>
    1.52 +	  <mi>x</mi> <mspace width="negativeveryverythickmathspace"></mspace> <mi>y</mi> 
    1.53 +	</mrow>
    1.54 +      </math>
    1.55 +    </p>
    1.56 +  </body>	    
    1.57 +</html>

mercurial