summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-children-ref.html
blob: ae74024c2fcfc587ba96180aa62a9aa091e2a07b (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>space (reference)</title>
</head>
<body>
  <p>Test passes if you see a green square and no text.</p>
  <math><mspace width="200px" height="200px" style="background: green"></mspace></math>
</body>
</html>