summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/fractions/frac-visibility-001-ref.html
blob: 41a262d511197edebb913cb68eb688eddf763ff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Fraction bar visibility</title>
  </head>
  <body>
    <p>This test passes if you see a green square and no red.</p>
    <div style="background: green; width: 200px; height: 200px;">
    </div>
  </body>
</html>