Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-orphaned-word-expected.html

Issue 2560383002: Merge 2924: Apply hyphenation when there is only one word in a paragraph (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 div > div {
4 border: thin solid black;
5 font-family: 'Courier New';
6 }
7 </style>
8 <div lang="en-us">
9 <p>Do not hyphenate the last word in a paragraph.
10 <div style="width: 15ch">This is<br>hyphenation</div>
11 <div style="width: 15ch">This is<br>hyphenation</div>
12
13 <p>Do hyphenate single word.
14 <div style="width: 8ch">hyphen-<br>ation</div>
15 <div style="width: 8ch">hyphen-<br>ation</div>
16 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698