diff options
Diffstat (limited to '')
-rw-r--r-- | layout/tables/crashtests/391901-1.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/tables/crashtests/391901-1.html b/layout/tables/crashtests/391901-1.html new file mode 100644 index 0000000000..fb13855df9 --- /dev/null +++ b/layout/tables/crashtests/391901-1.html @@ -0,0 +1,16 @@ +<html> +<head> +<meta http-equiv="content-type" content="text/html; charset=UTF-8"> +<style> +tbody, td, span { top: 10%; } +</style> +</head> +<body> +<div style="width: 1px;"> +<table border="1"><tbody><tr><td> +ש תות ב<span></span>עית בלעברמון - ד +</td></tr></tbody></table> +</div> +</body> +</html> +
\ No newline at end of file |