diff options
Diffstat (limited to 'layout/reftests/mathml/mathml-mmultiscript-base.html')
-rw-r--r-- | layout/reftests/mathml/mathml-mmultiscript-base.html | 16 |
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 000000000..f2832df47 --- /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> |