gecko/layout/reftests/mathml/mathml-negativespace.html
Jonathan Hage f820acdb07 Add reftest for the bug 650530; r=karlt
--HG--
extra : rebase_source : 229c1fc19b3aeedf6b7b1c8b348d90c9d1f9193c
2011-06-22 11:55:35 -04:00

54 lines
945 B
HTML

<html>
<head></head>
<body>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="-0.0555555556em"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="-0.111111111em"></mspace> <mi>y</mi>
</mrow>
</math>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="-0.166666667em"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="-0.222222222em"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="-0.277777778em"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="-0.333333333em"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="-0.388888889em"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
</body>
</html>