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