summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfrac-linethickness-3-ref.xhtml
blob: 68c8633554d32ddb2907ebb34aa89d9482c59a58 (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
37
<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>
      <mn>1</mn>
      <mn>2</mn>
    </mfrac>
    <mo>=</mo>
    <mfrac>
      <mn>1</mn>
      <mn>2</mn>
    </mfrac>
    <mo>=</mo>
    <mfrac>
      <mn>1</mn>
      <mn>2</mn>
    </mfrac>
    <mo>=</mo>
    <mfrac>
      <mn>1</mn>
      <mn>2</mn>
    </mfrac>
  </math>
</body>
</html>