mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9373d64b94
--HG-- extra : rebase_source : aafda35ac6c7b647b18259cbaca09161b8aac58b
26 lines
519 B
HTML
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>
|