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

  <body>
    <math>
      <menclose notation="circle left top">
        <mspace width="100px" height="50px"></mspace>
      </menclose>
    </math>
  </body>
</html>