diff options
Diffstat (limited to 'layout/reftests/text/auto-hyphenation-2-ref.html')
-rw-r--r-- | layout/reftests/text/auto-hyphenation-2-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/text/auto-hyphenation-2-ref.html b/layout/reftests/text/auto-hyphenation-2-ref.html new file mode 100644 index 0000000000..bfb1a4c3bd --- /dev/null +++ b/layout/reftests/text/auto-hyphenation-2-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<body lang="en-us"> +<div style="width: 5em; hyphens: auto; font-family:sans-serif;"> +supercalifragilisticexpialidocious +<span style="hyphens:none">super<span lang="foo">cali</span>fragilisticexpialidocious</span> +supercalifragilisticexpialidocious +</div> +</body> +</html> + |