diff options
Diffstat (limited to 'layout/reftests/text/soft-hyphen-in-table-1-notref.html')
-rw-r--r-- | layout/reftests/text/soft-hyphen-in-table-1-notref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/text/soft-hyphen-in-table-1-notref.html b/layout/reftests/text/soft-hyphen-in-table-1-notref.html new file mode 100644 index 0000000000..d22c20da29 --- /dev/null +++ b/layout/reftests/text/soft-hyphen-in-table-1-notref.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:10em">supercalifragilisticexpialidocious</td></tr> +</table> + +</body> +</html> |