mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-03 19:05:35 +00:00
17 lines
428 B
HTML
17 lines
428 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 linethickness="0">
|
|
<mspace width="100px" height="20px" mathbackground="red"></mspace>
|
|
<mspace width="50px" height="20px" mathbackground="red"></mspace>
|
|
</mfrac>
|
|
</math>
|
|
</div>
|
|
</body>
|
|
</html>
|