summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/operators/mo-movablelimits-dynamic-ref.html
blob: cd1aafb4b71ca9026aaa8555e183a69c898a0692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>Test dynamically removing movablelimits attribute</title>
  </head>
  <body>
    <math>
      <munder>
        <mo></mo>
        <mi>x</mi>
      </munder>
    </math>
  </body>
</html>