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

Side by Side Diff: LayoutTests/fast/css3-text/css3-text-align-last/text-align-last-with-text-align-non-justify.html

Issue 59753002: text-align-last only affect to the last line when text-align is justify. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 <html>
3 <head>
4 <link href="resources/text-align-last.css" rel="stylesheet" type="text/css">
5 </head>
6 <body>
7 <div>
8 text align is not justify, and all of the values of text-align-last<br>
9 This test checks that text-align-last property works properly.
10 </div>
11
12 <div dir='ltr' class='testDiv' style='text-align:start; text-align-last:end'>LTR align : start align-last : end</div>
13
14 <div dir='ltr' class='testDiv' style='text-align:end; text-align-last:start'>LTR align : end align-last : start</div>
15
16 <div dir='ltr' class='testDiv' style='text-align:left; text-align-last:right'>LT R align : left align-last : right</div>
17
18 <div dir='ltr' class='testDiv' style='text-align:right; text-align-last:left'>LT R align : right align-last : left</div>
19
20 <div dir='ltr' class='testDiv' style='text-align:center; text-align-last:left'>L TR align : center align-last : left</div>
leviw_travelin_and_unemployed 2014/06/17 22:14:31 Instead of a pixel test, could we wrap the last li
dw.im 2014/06/23 02:10:11 I think pixel test could be the choice for this. A
21
22 </body>
23 </html>
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698