diff options
Diffstat (limited to 'layout/reftests/text/auto-hyphenation-8.html')
-rw-r--r-- | layout/reftests/text/auto-hyphenation-8.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/text/auto-hyphenation-8.html b/layout/reftests/text/auto-hyphenation-8.html new file mode 100644 index 0000000000..7dd93503d6 --- /dev/null +++ b/layout/reftests/text/auto-hyphenation-8.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: auto;"> +supercalifragilisticexpialidocious +</div> +</body> +</html> + |