summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/menclose/menclose-3-default.html
blob: f1f8be193c22d6fa2b0d719f2d5ab951c9c9db42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
    <title>menclose default</title>
    <meta charset="utf-8"/>
    <link rel="match" href="menclose-3-default-ref.html"/>
  </head>

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