summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mo-accent-dynamic.html
blob: d4bfc62fc61bc7273d2b1ecc829761441a6b560e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html class="reftest-wait">
   <head>
     <title>mo@accent</title>
     <meta charset="utf-8"/>
     <script type="text/javascript">
       function doTest() {
         document.getElementById('mathOperator').setAttribute('accent', 'true');
         document.documentElement.removeAttribute("class");
       }
       window.addEventListener("MozReftestInvalidate",doTest);
     </script>
    </head>
    <body>
     <math>
      <munderover><mtext>X</mtext><mo id="mathOperator">O</mo><mo>O</mo></munderover>
     </math>
    </body>
</html>