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

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