1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 22:18:32 +00:00
Files
UXP/layout/reftests/mathml/mfrac-A-3-ref.html
T

17 lines
449 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>
<mspace width="50px" height="20px" mathbackground="red"></mspace>
</mfrac>
</math>
</div>
</body>
</html>