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