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

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>