diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/text/hyphenation-control-3-ref.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/text/hyphenation-control-3-ref.html b/layout/reftests/text/hyphenation-control-3-ref.html new file mode 100644 index 0000000000..b882fef9a6 --- /dev/null +++ b/layout/reftests/text/hyphenation-control-3-ref.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<head> +<style> +code { + display:block; + hyphens:manual; + border: 1px solid black; +} +</style> +</head> +<body lang="en-us"> +<code style="width:100ch;"> +abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstu-<br />vwxyzsupercalifragilisticexpialidocious-<br />abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz +</code> +</body> +</html> |