summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/munderover-empty-scripts-ref.html
blob: 27d858309d87818c8c8b0125cde1b47502546bc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
  <head>
    <title>Test munderover with empty scripts</title>
  </head>
  <body>

    <p>munder / munderover with empty overscript:
    <math>
      <munderover style="background: red;">
        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
        <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
        <mspace></mspace>
      </munderover>
    </math></p>

    <p>mover / munderover with empty underscript:
    <math>
      <munderover style="background: red;">
        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
        <mspace></mspace>
        <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
      </munderover>
    </math></p>

    <p>mrow / munder with empty scripts:
    <math>
      <munderover style="background: red;">
        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
        <mspace></mspace>
        <mspace></mspace>
      </munderover>
    </math></p>
  </body>
</html>