summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/displaystyle-4-ref.html
blob: 7b333e97f6b1a7f55da6dbe9c02c3b8232b1330e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
  <head>
    <title>displaystyle</title>
    <meta charset="utf-8"/>
  </head>
  <body>

    <!-- Test dynamic change (see bug 832800) -->
    <math>
      <mstyle displaystyle="true">
        <mfrac>
          <mrow>
            <mi>X</mi>
            <mo id="mathOperator" mathbackground="red">+</mo>
            <mfrac>
              <mrow><mi>X</mi></mrow>
              <mrow><mi>X</mi></mrow>
            </mfrac>
          </mrow>
          <mrow>
            <mi>X</mi>
          </mrow>
        </mfrac>
      </mstyle>
    </math>

  </body>
</html>