summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/menclose-3-multiple-ref.html
blob: c42a504bb28b1e5dc9785c58959713c76f4ce4d6 (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="top top left circle">
        <mspace width="100px" height="50px"></mspace>
      </menclose>
    </math>
  </body>
</html>