summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/munderover-accent-dynamic.html
blob: 6483f1036f756c7b3d192e1ea0da78b5de2dffdd (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>munderover@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, false);
     </script>
    </head>
    <body>
     <math>
      <munderover id="mathOperator"><mtext>X</mtext><mo>O</mo><mo>O</mo></munderover>
     </math>
    </body>
</html>