mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
518 B
HTML
19 lines
518 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>mfrac denomalign</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div style="position: absolute;">
|
||
|
<math xmlns="http://www.w3.org/1998/Math/MathML">
|
||
|
<mfrac denomalign="right" linethickness="0">
|
||
|
<mspace width="100px" height="20px" mathbackground="red"></mspace>
|
||
|
<mpadded width="100px" lspace="50px">
|
||
|
<mspace width="50px" height="20px" mathbackground="red"></mspace>
|
||
|
</mpadded>
|
||
|
</mfrac>
|
||
|
</math>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|