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

Side by Side Diff: LayoutTests/fast/css3-text/css3-text-align-last/text-align-last-auto.html

Issue 19471004: Rendering the property, text-align-last. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 3rd patch for review Created 7 years, 1 month 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 <h1 style="font-size: 1em;">
8 text-align-last: auto <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>same with another line</b>.<b r>
Julien - ping for review 2013/10/30 20:49:39 ... should be aligned <b>like the other lines</b>
dw.im 2013/10/31 02:09:06 Done.
12 </h1>
13
14 <div dir="ltr" class='testDiv alignStart alignLastAuto'>LTR align is start align -last is auto.</div>
15
16 <div dir="ltr" class='testDiv alignEnd alignLastAuto'>LTR align is end align-las t is auto.</div>
17
18 <div dir="ltr" class='testDiv alignRight alignLastAuto'>LTR align is right align -last is auto.</div>
19
20 <div dir="ltr" class='testDiv alignLeft alignLastAuto'>LTR align is left align-l ast is auto.</div>
21
22 <div dir="rtl" class='testDiv alignStart alignLastAuto'>RTL align is start align -last is auto.</div>
23
24 <div dir="rtl" class='testDiv alignEnd alignLastAuto'>RTL align is end align-las t is auto.</div>
25
26 </body>
27 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698