tenfourfox/layout/reftests/mathml/mphantom-1.html

30 lines
611 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!doctype html>
<html>
<head>
<title>mphantom</title>
<meta charset="utf-8"/>
</head>
<body>
<!-- Test different kinds of content inside <mphantom>. -->
<p><math>
<mrow style="visibility: hidden">
<msqrt>
<mfrac>
<mn>1</mn>
<mi>x</mi>
</mfrac>
</msqrt>
<mo>+</mo>
<menclose notation="box updiagonalstrike">
<mover>
<mspace width="3em" height="1em" mathbackground="red"/>
<mo></mo>
</mover>
</menclose>
</mrow>
</math></p>
</body>
</html>