summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-mrow-001-ref.html
blob: e42cb96fe8383959bef2d778cfb29d0638f1de03 (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 mrow</title>
  </head>
  <body style="font-size: 20pt;">
    <p>This test passes if you see a fraction with a blue square as numerator and a cyan square as denominator.</p>
    <math>
      <mfrac>
        <mspace width="60px" height="60px" style="background: blue"></mspace>
        <mspace width="60px" height="60px" style="background: cyan"></mspace>
      </mfrac>
    </math>
  </body>
</html>