mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
20 lines
349 B
HTML
20 lines
349 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head><title>Test dir=rtl</title></head>
|
||
|
<body>
|
||
|
|
||
|
<p>
|
||
|
embellished mfrac (lspace=1em rspace=2em):
|
||
|
<math
|
||
|
<mtext>_</mtext>
|
||
|
<mfrac>
|
||
|
<mo lspace="2em" rspace="1em">+</mo>
|
||
|
<mtext>|</mtext>
|
||
|
</mfrac>
|
||
|
<mtext>_</mtext>
|
||
|
</math>
|
||
|
</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|