summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/menclose/menclose-3-invalid-ref.html
blob: dc0740763d15d746495cef9fd7db2703bd52b085 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <head>
    <title>menclose invalid</title>
    <meta charset="utf-8"/>
  </head>

  <body>
    <math>
      <mspace width="100px" height="50px" mathbackground="blue"></mspace>
    </math>
  </body>
</html>