diff options
Diffstat (limited to 'layout/tables/crashtests/187779-1.html')
-rw-r--r-- | layout/tables/crashtests/187779-1.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/tables/crashtests/187779-1.html b/layout/tables/crashtests/187779-1.html new file mode 100644 index 000000000..37ef83475 --- /dev/null +++ b/layout/tables/crashtests/187779-1.html @@ -0,0 +1,19 @@ +<html> +<head> +<title>bug</title> +</head> +<body> + +<table> + <tr> + </tr> + + <tr> + <form> + <input name="url" size="20" type="text"> + </form> + </tr> +</table> + +</body> +</html> |