зеркало из https://github.com/mozilla/gecko-dev.git
25 строки
567 B
HTML
25 строки
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>
|