tenfourfox/layout/reftests/mathml/mathml-negativespace.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07: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>