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

Side by Side Diff: trunk/LayoutTests/fast/css3-text/css3-text-justify/resources/text-justify.css

Issue 146503002: Revert 165189 "Rendering text-justify:distribute for 8 bit chara..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | trunk/LayoutTests/fast/css3-text/css3-text-justify/text-justify-8bits.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .testDiv { 1 .testDiv {
2 width: 300px; 2 width: 300px;
3 border: 1px solid #000000; 3 border: 1px solid #000000;
4 font-family: "Courier New", Courier, monospace; 4 font-family: "Courier New", Courier, monospace;
5 font-size: 12px; 5 font-size: 12px;
6 } 6 }
7 7
8 .alignStart { 8 .alignStart {
9 text-align: start; 9 text-align: start;
10 } 10 }
11 11
12 .alignJustify { 12 .alignJustify {
13 text-align: justify; 13 text-align: justify;
14 } 14 }
15 15
16 .alignLastStart {
17 text-align-last: start;
18 }
19
20 .justifyAuto {
21 text-justify: auto;
22 }
23 .justifyNone { 16 .justifyNone {
24 text-justify: none; 17 text-justify: none;
25 } 18 }
26 .justifyInterWord {
27 text-justify: inter-word;
28 }
29 .justifyDistribute {
30 text-justify: distribute;
31 }
OLDNEW
« no previous file with comments | « no previous file | trunk/LayoutTests/fast/css3-text/css3-text-justify/text-justify-8bits.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698