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