tenfourfox/layout/reftests/mathml/dir-8.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 lines
355 B
HTML

<!DOCTYPE html>
<html>
<head><title>Test dir=rtl</title></head>
<body>
<p>
embellished mfrac (lspace=1em rspace=2em):
<math dir="rtl">
<mtext>_</mtext>
<mfrac>
<mo lspace="1em" rspace="2em">+</mo>
<mtext>|</mtext>
</mfrac>
<mtext>_</mtext>
</math>
</p>
</body>
</html>