blob: 85f40d80807136ffb0dfbfc2080693a05b44b598 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<!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>
|