summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-color-002-ref.html
blob: fe2f4fa7b1899e5d1114e3a89b14dc96843ef070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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>