gecko/layout/reftests/mathml/mphantom-2.html
Frédéric Wang 9373d64b94 Bug 1110056 - Merge nsMathMLmphantomFrame into nsMathMLmrowFrame. r=jkitch
--HG--
extra : rebase_source : aafda35ac6c7b647b18259cbaca09161b8aac58b
2015-02-09 11:19:00 +01:00

26 lines
519 B
HTML

<!doctype html>
<html>
<head>
<title>mphantom</title>
<meta charset="utf-8"/>
</head>
<body>
<!-- Test that <mphantom> has the size of its content. -->
<p>
<math>
<mtext>LEFT</mtext>
<munderover>
<mphantom>
<mspace width="4em" height="3em" depth="2em" mathbackground="red"/>
</mphantom>
<mtext>BELOW</mtext>
<mtext>ABOVE</mtext>
</munderover>
<mtext>RIGHT</mtext>
</math>
</p>
</body>
</html>