Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-auto.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-auto.html b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-auto.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b9f4216e56702b43eae2663f53efcd988a3cd3eb |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-auto.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE html> |
| +<style> |
| +div { |
| + border: thin solid black; |
| + -webkit-hyphens: auto; |
| + hyphens: auto; |
| + width: 5ch; |
| +} |
| +</style> |
| +<div lang="en-us">a hyphenation test</div> |