layout/reftests/mathml/menclose-1m.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/menclose-1m.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- -->
     1.5 +<!-- vim: set tabstop=2 expandtab shiftwidth=2 textwidth=80:  -->
     1.6 +<!DOCTYPE html>
     1.7 +<html>
     1.8 +  <head>
     1.9 +    <title>Test menclose</title>
    1.10 +    <!-- Copyright (c) 2011 Design Science, Inc.
    1.11 +         License: Apache License 2.0 -->
    1.12 +    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    1.13 +  </head>
    1.14 +
    1.15 +  <body>
    1.16 +    <!-- menclose: test that attributes have an effect  -->
    1.17 +    <math>
    1.18 +      <menclose notation="verticalstrike">
    1.19 +        <mspace width="100px" height="50px"></mspace>
    1.20 +      </menclose>
    1.21 +    </math>
    1.22 +
    1.23 +  </body>
    1.24 +</html>

mercurial