summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-percentage-001-ref.html
blob: da4f1dd397ed81fc90196cdf65005d1580bd6024 (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>mspace percentages (reference)</title>
    <style>
      .red {
          background: red;
      }
    </style>
  </head>
  <body>
    <p>This test passes if there is a green square with no red.</p>
    <math display="block"
          style="width: 200px; height: 200px; background: green">
    </math>
  </body>
</html>