diff options
Diffstat (limited to 'layout/reftests/text/auto-hyphenation-3.html')
-rw-r--r-- | layout/reftests/text/auto-hyphenation-3.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/text/auto-hyphenation-3.html b/layout/reftests/text/auto-hyphenation-3.html new file mode 100644 index 0000000000..5ebb1a12ba --- /dev/null +++ b/layout/reftests/text/auto-hyphenation-3.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<!-- check that hyphens:none prevents break at ­ --> +<body lang="en-us"> +<div style="width: 5em; hyphens: none;"> +su­per­cal­ifrag­ilis­tic­ex­pi­ali­do­cious +</div> +</body> +</html> + |