diff options
Diffstat (limited to 'layout/reftests/text/auto-hyphenation-7.html')
-rw-r--r-- | layout/reftests/text/auto-hyphenation-7.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/text/auto-hyphenation-7.html b/layout/reftests/text/auto-hyphenation-7.html new file mode 100644 index 0000000000..9b95cc1945 --- /dev/null +++ b/layout/reftests/text/auto-hyphenation-7.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<!-- style changes don't break hyphenation --> +<body lang="en-us"> +<div style="width: 0; hyphens: auto;"> +h<span style="color:red">yphena</span>tion +</div> +</body> +</html> + |