summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/operators/op-dict-12.html
blob: 7d75c4c174c67d12a71a266e3921b64a95465710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
  <title>op-dict mo movablelimits</title>
  <link rel="match" href="op-dict-12-ref.html">
</head>
<body>
  <math>
    <munder>
      <mo movablelimits="true">&sum;</mo>
      <mi>x</mi>
    </munder>
  </math>
</body>
</html>