tenfourfox/layout/reftests/mathml/mathml-negativespace-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

55 lines
1.0 KiB
HTML

<html>
<head></head>
<body>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="negativeveryverythinmathspace"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="negativeverythinmathspace"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="negativethinmathspace"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="negativemediummathspace"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="negativethickmathspace"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="negativeverythickmathspace"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
<p>
<math>
<mrow>
<mi>x</mi> <mspace width="negativeveryverythickmathspace"></mspace> <mi>y</mi>
</mrow>
</math>
</p>
</body>
</html>