diff options
Diffstat (limited to 'layout/reftests/text/soft-hyphen-in-table-2.html')
-rw-r--r-- | layout/reftests/text/soft-hyphen-in-table-2.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/text/soft-hyphen-in-table-2.html b/layout/reftests/text/soft-hyphen-in-table-2.html new file mode 100644 index 0000000000..00de48b5ea --- /dev/null +++ b/layout/reftests/text/soft-hyphen-in-table-2.html @@ -0,0 +1,18 @@ +<!DOCTYPE HTML> +<html> +<head> +<style type="text/css"> +table { + border: 1px solid red; +} +</style> +</head> + +<body> + +<table> +<tr><td style="width:1em">supercalifragilistic­expialidocious</td></tr> +</table> + +</body> +</html> |