blob: 106e2f68ce792a2245ea21d6044f6ba7a947b775 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head><title>Test overall directionality</title></head>
<body>
<p>
math:
<math>
<mspace width="25px" height="25px" mathbackground="blue"/>
<mspace width="25px" height="25px" mathbackground="green"/>
<mspace width="25px" height="25px" mathbackground="red"/>
</math>
</p>
<p>
mrow:
<math>
<mrow>
<mspace width="25px" height="25px" mathbackground="blue"/>
<mspace width="25px" height="25px" mathbackground="green"/>
<mspace width="25px" height="25px" mathbackground="red"/>
</mrow>
</math>
</p>
<p>
mstyle:
<math>
<mstyle>
<mspace width="25px" height="25px" mathbackground="blue"/>
<mspace width="25px" height="25px" mathbackground="green"/>
<mspace width="25px" height="25px" mathbackground="red"/>
</mstyle>
</math>
</p>
<p>
msqrt:
<math>
<msqrt>
<mspace width="25px" height="25px" mathbackground="red"/>
<mspace width="25px" height="25px" mathbackground="green"/>
<mspace width="25px" height="25px" mathbackground="blue"/>
</msqrt>
</math>
</p>
</body>
</html>