blob: 38b7c3eb92ed913da9ee99455e3070c19effd87b [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>mathsize</title>
<meta charset="utf-8"/>
</head>
<body>
<!-- This verifies the effect of the mathsize attribute. -->
<div>
<math>
<mi mathsize="small">x</mi>
<mi mathsize="normal">x</mi>
<mi mathsize="big">x</mi>
<mi mathsize="2em">x</mi>
</math>
</div>
</body>
</html>