summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-created-dynamically-4-ref.html
blob: a084a81f0bb4d0743a205dbb065dd9bce86c82c7 (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>