gecko/layout/reftests/mathml/mo-lspace-rspace-4.html

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>