summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/menclose/mstyle-notation.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/mozilla/tests/mathml/menclose/mstyle-notation.html')
-rw-r--r--testing/web-platform/mozilla/tests/mathml/menclose/mstyle-notation.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/tests/mathml/menclose/mstyle-notation.html b/testing/web-platform/mozilla/tests/mathml/menclose/mstyle-notation.html
new file mode 100644
index 0000000000..c74f0075a0
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/menclose/mstyle-notation.html
@@ -0,0 +1,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>