summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfrac-linethickness-1-ref.xhtml
blob: 99faab1c274bde1ecee1965efdcc12564e555337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <style>
      @font-face
      {
          font-family: Ahem;
          src: url(../fonts/Ahem.ttf);
      }
      math {
          font: 25px Ahem;
      }
    </style>
  </head>
<body>
  <math xmlns="http://www.w3.org/1998/Math/MathML">
    <mfrac linethickness="100%">
      <mn>1</mn>
      <mn>2</mn>
    </mfrac>
  </math>
</body>
</html>