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

Side by Side Diff: LayoutTests/fast/css3-text/css3-text-align-last/text-align-last-end.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: Combining the two ref tests as one ref test 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="text-align-last.css" rel="stylesheet" type="text/css">
5 </head>
6 <body>
7 <div>
8 text-align-last: end <br><br>
9
10 This test checks that text-align-last property works properly.<br>
11 The last line of each case should be aligned to <b>end</b> side.<br>
12 </div>
13
14 <div dir="ltr" class='testDiv alignStart alignLastEnd'>LTR align is start align- last is end.</div>
15
16 <div dir="ltr" class='testDiv alignEnd alignLastEnd'>LTR align is end align-last is end.</div>
17
18 <div dir="ltr" class='testDiv alignRight alignLastEnd'>LTR align is right align- last is end.</div>
19
20 <div dir="ltr" class='testDiv alignLeft alignLastEnd'>LTR align is left align-la st is end.</div>
21
22 <div dir="rtl" class='testDiv alignStart alignLastEnd'>RTL align is start align- last is end.</div>
23
24 <div dir="rtl" class='testDiv alignEnd alignLastEnd'>RTL align is end align-last is end.</div>
25
26 </body>
27 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698