summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-color-001-notref.html
blob: 498d6277a3258c70882e7b2ec92e82e974bf9ab0 (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>Fraction bar color</title>
  </head>
  <body style="font-size: 20pt;">
    <p>This test passes if you see a fraction with a blue fraction bar.</p>
    <math>
      <mfrac>
        <mspace width="200px" height="20px" style="background: black"></mspace>
        <mspace width="200px" height="20px" style="background: black"></mspace>
      </mfrac>
    </math>
  </body>
</html>