summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mo-movablelimits-dynamic.html
blob: 6f4c1a0277149aaf18537e617e5fb9d965ea7a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html class="reftest-wait">
   <head>
     <title>mo@movablelimits</title>
     <meta charset="utf-8"/>
     <script type="text/javascript">
       function doTest() {
         document.getElementById('a').removeAttribute('movablelimits');
         document.documentElement.removeAttribute("class");
       }
       window.addEventListener("MozReftestInvalidate",doTest);
     </script>
    </head>
    <body>
    <math>
      <munder>
          <mo id="a" movablelimits="false"></mo>
          <mi>x</mi>
      </munder>
    </math>
    </body>
</html>