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

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

Issue 2564263002: Merge 2924: Fix not to double count the widths of hyphens (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 {
4 width: 15ch;
5 border: 2px solid blue;
6 }
7 </style>
8 <div style="text-align: justify">
9 <div>This is hyphen&shy;ation enabled paragraph.</div>
10 <div>This is hyphen&shy;ation enabled paragraph.</div>
11 </div>
12 <div style="text-align: right">
13 <div>This is hyphen&shy;ation enabled paragraph.</div>
14 <div>This is hyphen&shy;ation enabled paragraph.</div>
15 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698