summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/menclose-3-radical.html
blob: fcdb9a044b5747f575d2918385ae8f55d58d99e1 (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>
      <msqrt style="font-size:12px;"><mi>x</mi></msqrt>
    </math>

  </body>
</html>