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

Side by Side Diff: LayoutTests/fast/text/hyphenate-limit-lines.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 width: 200px;
4 font-size: 26px;
5 -webkit-hyphens: auto;
6 text-align: justify;
7 margin: 0 4px;
8 float: left;
9 border: solid thin lightblue;
10 -webkit-locale: "en_US";
11 }
12 </style>
13 <div style="-webkit-hyphenate-limit-lines: no-limit;">
14 also the division of the mind into the rational, concupiscent, and
15 irascible elements, or of pleasures and desires into necessary and
16 unnecessary&mdash;these and other great forms of thought are all of them
17 to be found in the Republic, and were probably first invented by
18 Plato.
19 </div>
20
21 <div style="-webkit-hyphenate-limit-lines: 3;">
22 also the division of the mind into the rational, concupiscent, and
23 irascible elements, or of pleasures and desires into necessary and
24 unnecessary&mdash;these and other great forms of thought are all of them
25 to be found in the Republic, and were probably first invented by
26 Plato.
27 </div>
28
29 <div style="-webkit-hyphenate-limit-lines: 2;">
30 also the division of the mind into the rational, concupiscent, and
31 irascible elements, or of pleasures and desires into necessary and
32 unnecessary&mdash;these and other great forms of thought are all of them
33 to be found in the Republic, and were probably first invented by
34 Plato.
35 </div>
36
37 <div style="-webkit-hyphenate-limit-lines: 1;">
38 also the division of the mind into the rational, concupiscent, and
39 irascible elements, or of pleasures and desires into necessary and
40 unnecessary&mdash;these and other great forms of thought are all of them
41 to be found in the Republic, and were probably first invented by
42 Plato.
43 </div>
44
45 <div style="-webkit-hyphenate-limit-lines: 0;">
46 also the division of the mind into the rational, concupiscent, and
47 irascible elements, or of pleasures and desires into necessary and
48 unnecessary&mdash;these and other great forms of thought are all of them
49 to be found in the Republic, and were probably first invented by
50 Plato.
51 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698