summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mathml-mmultiscript-base.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/mathml/mathml-mmultiscript-base.html')
-rw-r--r--layout/reftests/mathml/mathml-mmultiscript-base.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mathml-mmultiscript-base.html b/layout/reftests/mathml/mathml-mmultiscript-base.html
new file mode 100644
index 0000000000..f2832df479
--- /dev/null
+++ b/layout/reftests/mathml/mathml-mmultiscript-base.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>mmultiscript with only base and none as placeholder</title>
+ </head>
+
+ <body>
+ <math>
+ <mmultiscripts>
+ <mtext>base</mtext>
+ <none/>
+ <none/>
+ </mmultiscripts>
+ </math>
+ </body>
+</html>