mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
42 lines
687 B
HTML
42 lines
687 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head><title>Test direction: rtl</title></head>
|
|
<body>
|
|
<p>
|
|
math:
|
|
<math dir="rtl">
|
|
<mi>a</mi>
|
|
<mi>b</mi>
|
|
<mi>c</mi>
|
|
</math>
|
|
</p>
|
|
|
|
<p>
|
|
mrow:
|
|
<math>
|
|
<mrow dir="rtl">
|
|
<mi>z</mi>
|
|
<mtext>X</mtext>
|
|
<mtext>Y</mtext>
|
|
<mtext>Z</mtext>
|
|
<mi>a</mi>
|
|
</mrow>
|
|
</math>
|
|
</p>
|
|
|
|
<p>
|
|
mstyle(mathcolor=blue):
|
|
<math>
|
|
<mstyle mathcolor="blue" dir="rtl">
|
|
<mi>a</mi>
|
|
<mo>+</mo>
|
|
<mn>3</mo>
|
|
<mo>+</mo>
|
|
<mn>9</mn>
|
|
</mstyle>
|
|
</math>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|