summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/operators/mo-movablelimits-default-ref.html
blob: 8328637397962e973130c6d8544bda90690cc471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
  <title>mo movablelimits default value</title>
  <meta charset="utf-8"/></head>
<body>
  <math>
    <munder>
      <mo movablelimits="true"></mo>
      <mi>x</mi>
    </munder>
    <munder>
      <mo movablelimits="false"></mo>
      <mi>x</mi>
    </munder>
  </math>
</body>
</html>