diff options
Diffstat (limited to 'layout/reftests/mathml/menclose-3-default.html')
-rw-r--r-- | layout/reftests/mathml/menclose-3-default.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/mathml/menclose-3-default.html b/layout/reftests/mathml/menclose-3-default.html new file mode 100644 index 0000000000..ae2ad36d32 --- /dev/null +++ b/layout/reftests/mathml/menclose-3-default.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> + <head> + <title>menclose default</title> + <meta charset="utf-8"/> + </head> + + <body> + <math> + <menclose notation="longdiv"> + <mspace width="100px" height="50px"></mspace> + </menclose> + </math> + </body> +</html> |