summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfrac-A-7.html
blob: c5dccd8c21aade1ce732f8e1fd5c2868eafc02c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <head>
    <title>mfrac numalign</title>
  </head>
  <body>
    <div style="position: absolute;">
      <math xmlns="http://www.w3.org/1998/Math/MathML">
        <mfrac linethickness="0">
          <mpadded width="100px" lspace="50px">
            <mspace width="50px" height="20px" mathbackground="red"></mspace>
          </mpadded>
          <mspace width="100px" height="20px" mathbackground="red"></mspace>
        </mfrac>
      </math>
    </div>
  </body>
</html>