mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
25 lines
567 B
HTML
25 lines
567 B
HTML
<!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>
|