blob: 8e8b92b0d6c0fd8eab75a2c824cd924af91d1d76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!DOCTYPE html>
<html>
<head>
<title>Test mpadded</title>
</head>
<body>
<math>
<!--with fixed width, height + depth should not depend on the characters-->
<mpadded mathbackground="red" width="100width">
<mphantom>
<mtext style="font-family: monospace">|</mtext>
</mphantom>
</mpadded>
</math>
<br>
<math>
<mpadded mathbackground="red" width="100width">
<mphantom>
<mtext mathvariant="monospace">i</mtext>
</mphantom>
</mpadded>
</math>
</body>
</html>
|