summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-legacy-bevelled-attribute.tentative-ref.html
blob: f0b355c7bd981ececd2ef2d6f0240898b45d11e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>fractions bevelled (reference)</title>
  </head>
  <body>
    <p>Test passes is you see a blue rectangle <em>above</em> a green rectangle, separated by a horizontal bar.</p>
    <p>
      <math>
        <mfrac>
          <mspace width="100px" height="30px" style="background: lightblue"></mspace>
          <mspace width="100px" height="30px" style="background: lightgreen"></mspace>
        </mfrac>
      </math>
    </p>
  </body>
</html>