| Index: third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-orphaned-word-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-orphaned-word-expected.html b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-orphaned-word-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d0205a666c026dfa348172f90284996890927f87
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-orphaned-word-expected.html
|
| @@ -0,0 +1,16 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +div > div {
|
| + border: thin solid black;
|
| + font-family: 'Courier New';
|
| +}
|
| +</style>
|
| +<div lang="en-us">
|
| + <p>Do not hyphenate the last word in a paragraph.
|
| + <div style="width: 15ch">This is<br>hyphenation</div>
|
| + <div style="width: 15ch">This is<br>hyphenation</div>
|
| +
|
| + <p>Do hyphenate single word.
|
| + <div style="width: 8ch">hyphen-<br>ation</div>
|
| + <div style="width: 8ch">hyphen-<br>ation</div>
|
| +</div>
|
|
|