mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
55 lines
974 B
HTML
55 lines
974 B
HTML
<html>
|
|
<head></head>
|
|
<body>
|
|
<p>
|
|
<math>
|
|
<mrow>
|
|
<mi>x</mi> <mspace width="veryverythinmathspace"></mspace> <mi>y</mi>
|
|
</mrow>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mrow>
|
|
<mi>x</mi> <mspace width="verythinmathspace"></mspace> <mi>y</mi>
|
|
</mrow>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mrow>
|
|
<mi>x</mi> <mspace width="thinmathspace"></mspace> <mi>y</mi>
|
|
</mrow>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mrow>
|
|
<mi>x</mi> <mspace width="mediummathspace"></mspace> <mi>y</mi>
|
|
</mrow>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mrow>
|
|
<mi>x</mi> <mspace width="thickmathspace"></mspace> <mi>y</mi>
|
|
</mrow>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mrow>
|
|
<mi>x</mi> <mspace width="verythickmathspace"></mspace> <mi>y</mi>
|
|
</mrow>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mrow>
|
|
<mi>x</mi> <mspace width="veryverythickmathspace"></mspace> <mi>y</mi>
|
|
</mrow>
|
|
</math>
|
|
</p>
|
|
</body>
|
|
</html>
|