layout/reftests/mathml/munderover-empty-scripts-ref.html

branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
equal deleted inserted replaced
-1:000000000000 0:e1ea09f26069
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 <munderover 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 <mspace></mspace>
13 </munderover>
14 </math></p>
15
16 <p>mover / munderover with empty underscript:
17 <math>
18 <munderover style="background: red;">
19 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
20 <mspace></mspace>
21 <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
22 </munderover>
23 </math></p>
24
25 <p>mrow / munder with empty scripts:
26 <math>
27 <munderover style="background: red;">
28 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
29 <mspace></mspace>
30 <mspace></mspace>
31 </munderover>
32 </math></p>
33 </body>
34 </html>

mercurial