summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/menclose/menclose-1q.html
blob: 5bb1930c48fa3fe47eac70925bc30ce2651415a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <title>Test menclose</title>
    <link rel="mismatch" href="menclose-1-ref.html"/>
  </head>
  <body>
    <math>
      <menclose notation="phasorangle">
        <mspace width="100px" height="50px"></mspace>
      </menclose>
    </math>
  </body>
</html>