summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-linethickness-003-notref.html
blob: 934d66633397313175e98c4bda871bb0a95e5db0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>fractions linethickness</title>
  </head>
  <body>
    <p>This test passes if you see a fraction without fraction bar.</p>
    <math>
      <mfrac>
        <mspace width="20px" height="5px" style="background: blue"></mspace>
        <mspace width="20px" height="5px" style="background: cyan"></mspace>
      </mfrac>
    </math>
  </body>
</html>