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

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