summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/menclose-1d.html
blob: 6c98cdb962018c4a7c5ca66fec78a64a1c6015cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- -->
<!-- vim: set tabstop=2 expandtab shiftwidth=2 textwidth=80:  -->
<!DOCTYPE html>
<html>
  <head>
    <title>Test menclose</title>
    <!-- Copyright (c) 2011 Design Science, Inc.
         License: Apache License 2.0 -->
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  </head>

  <body>
    <!-- menclose: test that attributes have an effect  -->
    <math>
      <menclose notation="box">
        <mspace width="100px" height="50px"></mspace>
      </menclose>
    </math>

  </body>
</html>