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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-auto-nowrap-expected.html

Issue 2614743004: Fix 'hyphens: auto' to work only when wrapping is allowed (Closed)
Patch Set: Created 3 years, 11 months 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 width: 5ch;
7 white-space: nowrap;
8 }
9 </style>
10 <div lang="en-us">
11 <div>hy-<br>phenation</div>
12 <div>hyphenation</div>
13 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698