mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
5aba953fa9
--HG-- extra : transplant_source : %98%AE%F4%DA%17%0DP%22%B6%B7%18%EA%82%18%18%B9%9D%12%AC%AD
32 lines
870 B
HTML
32 lines
870 B
HTML
<html>
|
|
<head>
|
|
<title>Test munderover with empty scripts</title>
|
|
</head>
|
|
<body>
|
|
|
|
<p>munder / munderover with empty overscript:
|
|
<math>
|
|
<munder style="background: red;">
|
|
<mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
|
|
<mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
|
|
</munder>
|
|
</math></p>
|
|
|
|
<p>mover / munderover with empty underscript:
|
|
<math>
|
|
<mover style="background: red;">
|
|
<mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
|
|
<mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
|
|
</mover>
|
|
</math></p>
|
|
|
|
<p>mrow / munder with empty scripts:
|
|
<math>
|
|
<mrow style="background: red;">
|
|
<mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
|
|
</mrow>
|
|
</math></p>
|
|
|
|
</body>
|
|
</html>
|