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