Files
UXP-Fixed/layout/reftests/mathml/mathml-negativespace.html
2018-02-02 04:16:08 -05:00

55 lines
961 B
HTML

<!DOCTYPE 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>