summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/operators/mo-movablelimits-ref.html
blob: cb868d2400e8b8e536e3103a06a5d4502b1dbfba (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
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8"/>
  <title>&lt;mo&gt; movablelimits</title>
</head>
<body>
  <math>
    <msub>
      <mtext>A</mtext>
      <mi>B</mi>
    </msub>
    <munder>
      <mtext>A</mtext>
      <mi>B</mi>
    </munder>
  </math>
  <math displaystyle="true">
    <munder>
      <mtext>A</mtext>
      <mi>B</mi>
    </munder>
    <munder>
      <mtext>A</mtext>
      <mi>B</mi>
    </munder>
  </math>
</body>
</html>