1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/munderover-empty-scripts-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,34 @@ 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 + <munderover 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 + <mspace></mspace> 1.16 + </munderover> 1.17 + </math></p> 1.18 + 1.19 + <p>mover / munderover with empty underscript: 1.20 + <math> 1.21 + <munderover style="background: red;"> 1.22 + <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> 1.23 + <mspace></mspace> 1.24 + <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext> 1.25 + </munderover> 1.26 + </math></p> 1.27 + 1.28 + <p>mrow / munder with empty scripts: 1.29 + <math> 1.30 + <munderover style="background: red;"> 1.31 + <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> 1.32 + <mspace></mspace> 1.33 + <mspace></mspace> 1.34 + </munderover> 1.35 + </math></p> 1.36 + </body> 1.37 +</html>