summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/mpadded/mpadded-percentage-001-ref.html
blob: 79d7df39d00e3a7ccc29d79cad6dc73252990f75 (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>mpadded 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>