summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/menclose-1q.html
blob: 0e185e72fc4b7a1c65b65b2edeba3655cac2663e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <head>
    <title>Test menclose</title>
  </head>
  <body>   
    <math>
      <menclose notation="phasorangle">
        <mspace width="100px" height="50px"></mspace>
      </menclose>
    </math>
  </body>
</html>