mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
371 B
HTML
17 lines
371 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Test mpadded</title>
|
|
</head>
|
|
<body>
|
|
<math>
|
|
<!--height in term of height should not depend on the characters-->
|
|
<mpadded mathbackground="red" height="100height" depth="0">
|
|
<mphantom>
|
|
<mtext mathvariant="monospace">_</mtext>
|
|
</mphantom>
|
|
</mpadded>
|
|
</math>
|
|
</body>
|
|
</html>
|