chromium/third_party/blink/web_tests/external/wpt/mathml/presentation-markup/fractions/frac-legacy-bevelled-attribute.tentative-ref.html

<!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>