diff options
Diffstat (limited to 'layout/reftests/text/auto-hyphenation-8-ref.html')
-rw-r--r-- | layout/reftests/text/auto-hyphenation-8-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/text/auto-hyphenation-8-ref.html b/layout/reftests/text/auto-hyphenation-8-ref.html new file mode 100644 index 0000000000..7854c5d2ff --- /dev/null +++ b/layout/reftests/text/auto-hyphenation-8-ref.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<!-- check that hyphenation is not applied when language is not specified --> +<body> +<div style="width: 5em; hyphens: none;"> +supercalifragilisticexpialidocious +</div> +</body> +</html> + |