diff options
Diffstat (limited to 'layout/reftests/text/auto-hyphenation-6-ref.html')
-rw-r--r-- | layout/reftests/text/auto-hyphenation-6-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/text/auto-hyphenation-6-ref.html b/layout/reftests/text/auto-hyphenation-6-ref.html new file mode 100644 index 0000000000..3ec974024e --- /dev/null +++ b/layout/reftests/text/auto-hyphenation-6-ref.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<body lang="en-us"> +<div style="width: 0; hyphens: manual;"> +hy­<span style="color:red">phen­</span>ation +</div> +</body> +</html> + |