blob: 8048145ea2ebc05bd876b4470b7e626259a51475 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>bug 95015</title>
<meta charset="utf-8"/>
</head>
<body>
<!-- The msubsup should be in supscript and so hidden by the red
rectangle. -->
<div style="position: absolute; left: 10px; top: 0;">
<math>
<mrow>
<mspace height="50px" depth="50px"/>
<msup>
<mi>X</mi>
<msubsup><mi>y</mi><mn>1</mn><mn>2</mn></msubsup>
</msup>
</mrow>
</math>
</div>
<div style="position: absolute; left: 10px; top: -.2em;">
<math>
<mrow>
<mspace height="50px" depth="50px"/>
<mspace width="100px" height="2em" depth="0" mathbackground="red"/>
</mrow>
</math>
</div>
</body>
</html>