blob: 8d69c1d5e952f72b93322d4eaa19ff13219f06d6 [file] [log] [blame]
<!doctype html><!-- webkit-test-runner [ CoreMathMLEnabled=false ] -->
<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>