1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/munderover-empty-scripts.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,31 @@ 1.4 +<html> 1.5 + <head> 1.6 + <title>Test munderover with empty scripts</title> 1.7 + </head> 1.8 + <body> 1.9 + 1.10 + <p>munder / munderover with empty overscript: 1.11 + <math> 1.12 + <munder style="background: red;"> 1.13 + <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> 1.14 + <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext> 1.15 + </munder> 1.16 + </math></p> 1.17 + 1.18 + <p>mover / munderover with empty underscript: 1.19 + <math> 1.20 + <mover style="background: red;"> 1.21 + <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> 1.22 + <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext> 1.23 + </mover> 1.24 + </math></p> 1.25 + 1.26 + <p>mrow / munder with empty scripts: 1.27 + <math> 1.28 + <mrow style="background: red;"> 1.29 + <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> 1.30 + </mrow> 1.31 + </math></p> 1.32 + 1.33 + </body> 1.34 +</html>