diff options
Diffstat (limited to 'layout/reftests/mathml/menclose-6-ref.html')
-rw-r--r-- | layout/reftests/mathml/menclose-6-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/mathml/menclose-6-ref.html b/layout/reftests/mathml/menclose-6-ref.html new file mode 100644 index 0000000000..5b091e76dd --- /dev/null +++ b/layout/reftests/mathml/menclose-6-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <title>menclose 6 reference</title> + </head> + <body> + <p> + <math><menclose><mspace width="100px" height="50px" mathbackground="blue"></mspace></menclose></math> + </p> + </body> +</html> |