summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfrac-D-4-ref.html
blob: add3a271d3dd7a606b0fd7113a49c76cdbb9b673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <title>mfrac denomalign</title>
  </head>
  <body>
    <math> 
      <mfrac style="font-size: 300%" denomalign="left">
        <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>
        <mi>x</mi>
      </mfrac>
    </math>
  </body>
</html>