Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-none-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-none-expected.html b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-none-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..89abf2074478523e78dbde30fd22de8fc7637b73 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-none-expected.html |
| @@ -0,0 +1,20 @@ |
| +<!DOCTYPE html> |
| +<style> |
| +div { |
| + font-family: 'Courier New'; |
| +} |
| + |
| +span { |
| + border: thin solid black; |
| + display: block; |
| + width: 5ch; |
| +} |
| +</style> |
| +<div lang="en-us"> |
| + <div> |
| + <span>hy-<br>phen-<br>ation</span> |
| + </div> |
| + <div> |
| + <span>hyphenation</span> |
| + </div> |
| +</div> |