summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/menclose-3-invalid-ref.html
blob: 08e455c779d066084d3ccd6a943f2cae970c0e69 (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>