summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/menclose-1-ref.html
blob: a6b2d72572fdae12a6a90de9af8a0e19a6d8386e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- -->
<!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="">
        <mspace width="100px" height="50px"></mspace>
      </menclose>
    </math>

  </body>
</html>