chromium/third_party/blink/web_tests/external/wpt/mathml/presentation-markup/fractions/frac-color-002-ref.html

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>fractions color</title>
  </head>
  <body>
    <p>This test passes if you see a green square and a blue square.</p>
    <div style="background: green; width: 200px; height: 200px;">
    </div>
    <div style="background: blue; width: 200px; height: 200px;">
    </div>
  </body>
</html>