summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/scripts/scriptlevel-movablelimits-accent-ref.html
blob: 20a0f65ec71d481ab3b2722ec2359504a3961afd (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
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Test accent/accentunder (reference)</title>
  </head>
  <body>
    <math displaystyle="false">
      <munderover>
        <mo></mo>
        <mi>a</mi>
        <mi>b</mi>
      </munderover>
    </math>
    <math displaystyle="false">
      <munder>
        <mo></mo>
        <mi>a</mi>
      </munder>
    </math>
    <math displaystyle="false">
      <mover>
        <mo></mo>
        <mi>a</mi>
      </mover>
    </math>
  </body>
</html>