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