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

32 lines
548 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>