summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/menclose-3-radical-ref.html
blob: 13a0926245365653fa63cfc9c5bb8c0cbf2750d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <title>Test menclose radical</title>
    <meta charset="utf-8"/>
  </head>

  <body>
    <!-- menclose: radical -->
    <math>
      <menclose notation="radical" style="font-size:12px;"><mi>x</mi></menclose>
    </math>

  </body>
</html>