summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/menclose/mstyle-notation-ref.html
blob: b3bfa6a077cdf472390be38680ebce28e70342e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <title>notation attribute on mstyle (reference)</title>
  </head>
  <body>
    <math>
      <mstyle>
        <menclose>
          <mtext>menclose</mtext>
        </menclose>
      </mstyle>
    </math>
  </body>
</html>