|
1 <html> |
|
2 <head> |
|
3 <title>Test munderover with empty scripts</title> |
|
4 </head> |
|
5 <body> |
|
6 |
|
7 <p>munder / munderover with empty overscript: |
|
8 <math> |
|
9 <munder style="background: red;"> |
|
10 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> |
|
11 <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext> |
|
12 </munder> |
|
13 </math></p> |
|
14 |
|
15 <p>mover / munderover with empty underscript: |
|
16 <math> |
|
17 <mover style="background: red;"> |
|
18 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> |
|
19 <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext> |
|
20 </mover> |
|
21 </math></p> |
|
22 |
|
23 <p>mrow / munder with empty scripts: |
|
24 <math> |
|
25 <mrow style="background: red;"> |
|
26 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> |
|
27 </mrow> |
|
28 </math></p> |
|
29 |
|
30 </body> |
|
31 </html> |