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

Side by Side Diff: LayoutTests/fast/text/hyphenate-locale.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, 4 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 <div style="-webkit-hyphens: auto; font-size: 36px; width: 130px;">
2 <div>throughout</div>
3 <div style="-webkit-locale: 'en';">throughout</div>
4 <div style="-webkit-locale: 'en_US';">throughout</div>
5 <div style="-webkit-locale: 'en_GB';">throughout</div>
6 <div style="-webkit-locale: 'not-a-locale';">throughout</div>
7 </div>
8
9 <div style="-webkit-hyphens: auto; font-size: 36px; width: 135px;">
10 <div>reciprocity</div>
11 <div style="-webkit-locale: 'en';">reciprocity</div>
12 <div style="-webkit-locale: 'en_US';">reciprocity</div>
13 <div style="-webkit-locale: 'en_GB';">reciprocity</div>
14 <div style="-webkit-locale: 'not-a-locale';">reciprocity</div>
15 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/hyphenate-limit-lines-expected.txt ('k') | LayoutTests/fast/text/hyphens.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698