layout/reftests/mathml/mo-movablelimits-dynamic.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/mo-movablelimits-dynamic.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<html class="reftest-wait">
     1.5 +   <head>
     1.6 +     <title>mo@movablelimits</title>
     1.7 +     <meta charset="utf-8"/>
     1.8 +     <script type="text/javascript">
     1.9 +       function doTest() {
    1.10 +         document.getElementById('a').removeAttribute('movablelimits');
    1.11 +         document.documentElement.removeAttribute("class");
    1.12 +       }
    1.13 +       window.addEventListener("MozReftestInvalidate",doTest, false);
    1.14 +     </script>
    1.15 +    </head>
    1.16 +    <body>
    1.17 +    <math>
    1.18 +      <munder>
    1.19 +          <mo id="a" movablelimits="false">∑</mo>
    1.20 +          <mi>x</mi>
    1.21 +      </munder>
    1.22 +    </math>
    1.23 +    </body>
    1.24 +</html>
    1.25 \ No newline at end of file

mercurial