summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-001.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-001.html')
-rw-r--r--testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-001.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-001.html b/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-001.html
new file mode 100644
index 0000000000..e55a04e128
--- /dev/null
+++ b/testing/web-platform/tests/mathml/presentation-markup/scripts/mmultiscript-001.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>mmultiscript with no scripts</title>
+ <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=208309">
+ <link rel="help" href="https://w3c.github.io/mathml-core/#base-with-prescripts-and-postscripts">
+ <link rel="match" href="mmultiscript-001-ref.html">
+ <meta name="assert" content="mmultiscript with no scripts renders the same as if it had two none post-scripts">
+ </head>
+ <body>
+ <math>
+ <mmultiscripts>
+ <mtext>base</mtext>
+ </mmultiscripts>
+ </math>
+ </body>
+</html>