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

82 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html>
<head><title>Test dir=rtl</title></head>
<body>
<p>
mfrac (numalign=left):
<math>
<mfrac numalign="left">
<mspace width="25px" height="25px" mathbackground="red"/>
<mspace width="75px" height="25px" mathbackground="green"/>
</mfrac>
</math>
</p>
<p>
mfrac (numalign=right):
<math>
<mfrac numalign="right">
<mspace width="25px" height="25px" mathbackground="red"/>
<mspace width="75px" height="25px" mathbackground="green"/>
</mfrac>
</math>
</p>
<p>
menclose:
<math>
<menclose>
<mspace width="25px" height="25px" mathbackground="blue"/>
<mspace width="25px" height="25px" mathbackground="green"/>
<mspace width="25px" height="25px" mathbackground="red"/>
</menclose>
</math>
</p>
<p>
menclose notation="left":
<math>
<menclose notation="left">
<mspace width="25px" height="25px" mathbackground="blue"/>
<mspace width="25px" height="25px" mathbackground="green"/>
<mspace width="25px" height="25px" mathbackground="red"/>
</menclose>
</math>
</p>
<p>
menclose notation="right":
<math>
<menclose notation="right">
<mspace width="25px" height="25px" mathbackground="blue"/>
<mspace width="25px" height="25px" mathbackground="green"/>
<mspace width="25px" height="25px" mathbackground="red"/>
</menclose>
</math>
</p>
<p>
menclose notation="updiagonalstrike":
<math>
<menclose notation="updiagonalstrike">
<mspace width="25px" height="25px" mathbackground="blue"/>
<mspace width="25px" height="25px" mathbackground="green"/>
<mspace width="25px" height="25px" mathbackground="red"/>
</menclose>
</math>
</p>
<p>
menclose notation="downdiagonalstrike":
<math>
<menclose notation="downdiagonalstrike">
<mspace width="25px" height="25px" mathbackground="blue"/>
<mspace width="25px" height="25px" mathbackground="green"/>
<mspace width="25px" height="25px" mathbackground="red"/>
</menclose>
</math>
</p>
</body>
</html>