diff options
Diffstat (limited to 'layout/mathml/crashtests/557474-1.html')
-rw-r--r-- | layout/mathml/crashtests/557474-1.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/mathml/crashtests/557474-1.html b/layout/mathml/crashtests/557474-1.html new file mode 100644 index 000000000..1bf8d534c --- /dev/null +++ b/layout/mathml/crashtests/557474-1.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <title>Test mpadded</title> + </head> + <body> + <math> + <mpadded width="-100px" height="-100px" depth="-100px"></mpadded> + </math> + </body> +</html> |