mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-03 19:05:35 +00:00
30 lines
611 B
HTML
30 lines
611 B
HTML
<!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>
|