diff options
Diffstat (limited to 'layout/tables/crashtests/391898-1.html')
-rw-r--r-- | layout/tables/crashtests/391898-1.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/tables/crashtests/391898-1.html b/layout/tables/crashtests/391898-1.html new file mode 100644 index 0000000000..bdb03876a4 --- /dev/null +++ b/layout/tables/crashtests/391898-1.html @@ -0,0 +1,19 @@ +<html> +<head> +</head> + +<body style="column-width: 10em;"> + +<table> + <tbody> + <tr> + <td><img src="about:blank"></td> + </tr> + <tr> + </tr> + </tbody> +</table> + +</body> +</html> +
\ No newline at end of file |