summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/operators/mo-movablelimits-dynamic-ref.html
blob: ee5bce2ca82066424da481e8b6ecebd80c4a2e19 (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>