tenfourfox/layout/reftests/mathml/mo-lspace-rspace-4.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

28 lines
470 B
HTML

<!doctype html>
<html>
<body>
<p>
<math>
<mtext>_</mtext>
<mfrac>
<mo lspace="1em" rspace="2em">_</mo>
<mtext>_</mtext>
</mfrac>
<mtext>_</mtext>
</math>
</p>
<p>
<math>
<mtext>_</mtext>
<mfrac bevelled="true">
<mo lspace="1em" rspace="2em">_</mo>
<mtext>_</mtext>
</mfrac>
<mtext>_</mtext>
</math>
</p>
</body>
</html>