summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/menclose/mstyle-notation.html
blob: c74f0075a09859d4e1f893d9cca406ea3223be6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
  <head>
    <title>notation attribute on mstyle</title>
    <link rel="match" href="mstyle-notation-ref.html"/>
    <meta name="assert" content="notation attribute on mstyle does not apply to menclose descendants.">
  </head>
  <body>
    <math>
      <mstyle notation="box">
        <menclose>
          <mtext>menclose</mtext>
        </menclose>
      </mstyle>
    </math>
  </body>
</html>