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

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