mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
77 lines
1.2 KiB
HTML
77 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head><title>Test direction: dynamic change</title></head>
|
|
<body>
|
|
|
|
<p>
|
|
math:
|
|
<math dir="rtl">
|
|
<mi>a</mi>
|
|
<mi>b</mi>
|
|
<mi>c</mi>
|
|
</math>
|
|
<math dir="rtl">
|
|
<mi>a</mi>
|
|
<mi>b</mi>
|
|
<mi>c</mi>
|
|
</math>
|
|
<math>
|
|
<mi>a</mi>
|
|
<mi>b</mi>
|
|
<mi>c</mi>
|
|
</math>
|
|
</p>
|
|
|
|
<p>
|
|
mstyle:
|
|
<math>
|
|
<mstyle dir="rtl">
|
|
<mi>a</mi>
|
|
<mi>b</mi>
|
|
<mi>c</mi>
|
|
</mstyle>
|
|
</math>
|
|
<math>
|
|
<mstyle dir="rtl">
|
|
<mi>a</mi>
|
|
<mi>b</mi>
|
|
<mi>c</mi>
|
|
</mstyle>
|
|
</math>
|
|
<math>
|
|
<mstyle>
|
|
<mi>a</mi>
|
|
<mi>b</mi>
|
|
<mi>c</mi>
|
|
</mstyle>
|
|
</math>
|
|
</p>
|
|
|
|
<p>
|
|
mrow:
|
|
<math>
|
|
<mrow dir="rtl">
|
|
<mi>a</mi>
|
|
<mi>b</mi>
|
|
<mi>c</mi>
|
|
</mrow>
|
|
</math>
|
|
<math>
|
|
<mrow dir="rtl">
|
|
<mi>a</mi>
|
|
<mi>b</mi>
|
|
<mi>c</mi>
|
|
</mrow>
|
|
</math>
|
|
<math>
|
|
<mrow>
|
|
<mi>a</mi>
|
|
<mi>b</mi>
|
|
<mi>c</mi>
|
|
</mrow>
|
|
</math>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|