summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/subscript-italic-correction-ref.html
blob: a4527325cd5d672e9a3dc6ef3337154e1e7e4ca2 (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
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
  <head>
    <title>subscript</title>
    <meta charset="utf-8"/>
  </head>
  <body style="background: #5f5; font-size: 50px;">

    <div>
      <math>
        <msubsup>
          <mi mathbackground="#5f5">f</mi>
          <mspace id="s0" width="50px" height="50px" mathbackground="blue"/>
          <mspace id="s1" width="50px" height="50px" mathbackground="blue"/>
        </msubsup>
      </math>
    </div>

    <br/>

    <div>
      <math>
        <mmultiscripts>
          <mi mathbackground="#5f5">f</mi>
          <mspace id="s2" width="50px" height="50px" mathbackground="blue"/>
          <mspace id="s3" width="50px" height="50px" mathbackground="blue"/>
          <mspace id="s4" width="50px" height="50px" mathbackground="blue"/>
          <mspace id="s5" width="50px" height="50px" mathbackground="blue"/>
          <mspace id="s6" width="50px" height="50px" mathbackground="blue"/>
          <mspace id="s7" width="50px" height="50px" mathbackground="blue"/>
        </mmultiscripts>
      </math>
    </div>

  </body>
</html>