summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/menclose/legacy-menclose-radical-notation-ref.html
blob: c67ac03f5dcc90d24b15ae89c269c99bb75e2c48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>Legacy menclose radical notation (reference)</title>
    <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
    <style>
      math, math * {
          font: 25px Ahem;
      }
    </style>
  </head>
  <body>
    <math>
      <menclose notation="">
        <mn>123</mn>
      </menclose>
      <menclose notation="box">
        <mn>123</mn>
      </menclose>
    </math>
  </body>
</html>