blob: 4f203d4225a4d4d2e74fd0a9b4c51724c8285d36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html>
<head>
<title>Test mpadded</title>
</head>
<body>
<math>
<!--height in term of width should not depend on the characters-->
<mpadded mathbackground="red" height="100width" depth="0">
<mphantom>
<mtext>𝚒<!-- Mathematical Monospace Small I --></mtext>
</mphantom>
</mpadded>
</math>
</body>
</html>
|