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

32 lines
548 B
HTML

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