summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfrac-linethickness-3.xhtml
blob: ca11826284726ea29ed8b7a785da7bd0476323ee (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 linethickness="2km">
      <mn>1</mn>
      <mn>2</mn>
    </mfrac>
    <mo>=</mo>
    <mfrac linethickness = "cat">
      <mn>1</mn>
      <mn>2</mn>
    </mfrac>
    <mo>=</mo>
    <mfrac linethickness = "-2px">
      <mn>1</mn>
      <mn>2</mn>
    </mfrac>
    <mo>=</mo>
    <mfrac linethickness="1">
      <mn>1</mn>
      <mn>2</mn>
    </mfrac>
  </math>
</body>
</html>