summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfrac-D-3.html
blob: 1929e737fcda664e38d6ddcec72ffce0da0720f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html class="reftest-wait">
  <head>
    <title>mfrac numalign</title>
    <script type="text/javascript">
      function doTest() {
        document.getElementById("testMfrac").setAttribute("numalign","left");
        document.documentElement.removeAttribute("class");
      }
      window.addEventListener("MozReftestInvalidate",doTest, false);
    </script>
  </head>
  <body>
    <math>
      <mfrac id="testMfrac" style="font-size: 300%" numalign="right">
        <mi>x</mi>
        <mrow><mn>a</mn><mo>+</mo><mn>b</mn><mo>+</mo><mn>c</mn><mo>+</mo><mn>d</mn><mo>+</mo><mn>e</mn></mrow>
      </mfrac>
    </math>
  </body>
</html>