diff options
Diffstat (limited to 'layout/reftests/mathml/mathml-mmultiscript-mprescript.html')
-rw-r--r-- | layout/reftests/mathml/mathml-mmultiscript-mprescript.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mathml-mmultiscript-mprescript.html b/layout/reftests/mathml/mathml-mmultiscript-mprescript.html new file mode 100644 index 0000000000..5bc0b5a5ad --- /dev/null +++ b/layout/reftests/mathml/mathml-mmultiscript-mprescript.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> + <head> + <title>mmultiscript with mprescripts with none as placeholders</title> + </head> + + <body> + <math> + <mmultiscripts> + <mtext>base</mtext> + <none/> + <none/> + <mprescripts/> + </mmultiscripts> + + </math> + </body> +</html> |