summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/menclose-3-invalid.html
blob: 5af96ba201e67684e3da3b042c400a4d23d9dd6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <title>menclose invalid</title>
    <meta charset="utf-8"/>
  </head>

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