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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/soft-hyphen-overflow-expected.html

Issue 2167093002: Soft hyphens with long suffix may add unnecessary hyphens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Stabilize test Created 4 years, 5 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 {
4 width: 10ch;
5 border: solid;
6 }
7 </style>
8 <p>H should be followed by a hyphen, and x should not.</p>
9 <div>xxxxxxxxxxxxxxxH-<br>xxxx</div>
10 <div>xxxxxH-<br>xxxxxxxxxxxxxxxH-<br>xxxx</div>
11 <div>xxxxxH-<br>xxxxxH-<br>xxxxxxx</div>
12 <div>xxxxxH-<br>xxxxxxxxxxxxxxxx</div>
13 <div>xxxxxH-<br>xxxxxxxxxxxxxxxx xxxxxxx</div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698