summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfrac-E-1-ref.html
blob: 966d356ba2d439247ce1529cab6d35ff5a0cfd48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
  <head>
    <title>mfrac childnode update</title>
  </head>
  <body>
    <math>
      <mfrac style="font-size: 300%">  
        <mfrac>
          <mi> a </mi>
          <mi> b </mi>
        </mfrac>
        <mfrac>
          <mi> c </mi>
          <mi> d </mi>
        </mfrac>
      </mfrac>
    </math>
  </body>
</html>