summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfrac-B-1-ref.html
blob: 0b1cd6f9983c7b238b8cd05814a19f8d71d7cb79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <title>mfrac bevelled</title>
  </head>
  <body>
    <math>
      <mfrac style="font-size: 300%">
        <mspace width="20px" height="20px" mathbackground="red"></mspace>
        <mspace width="20px" height="20px" mathbackground="red"></mspace>
      </mfrac>
    </math>
  </body>
</html>