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

Side by Side Diff: LayoutTests/fast/text/hyphenate-first-word-after-skipped-space-expected.html

Issue 20526006: Remove -webkit-hyphens and -webkit-hyphenate-limit-* properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: init removal Created 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <style>
2 div {
3 -webkit-locale: "en_US";
4 -webkit-hyphens: auto;
5 -webkit-hyphenate-limit-before: 2;
6 width: 40px;
7 border: solid;
8 margin: 8px;
9 }
10 </style>
11 <div>Undone.</div>
12 <div>Undone.</div>
13 <div>Simply <!-- -->undone.</div>
14 <div>I undid it.</div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698