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

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

Issue 19471004: Rendering the property, text-align-last. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 1st patch for review Created 7 years, 2 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 lang="en">
3 <head>
4 <link href="text-align-last.css" rel="stylesheet" type="text/css">
5 <style type="text/css"> .last {text-align:start} </style>
Julien - ping for review 2013/10/22 15:06:06 Let's remove type which is meaningless.
dw.im 2013/10/23 02:40:58 I see. will remove it.
6 </head>
7 <body>
8 <title>Test Case for text-align-last:start</title>
9 <h1 style="font-size: 1em;">text-align-last: start</h1>
10
11 <div dir="ltr"><p style="text-align:start;">1 LTR align is start </p><p clas s="last">align-last is start.</p> </div>
12 <div dir="ltr"><p style="text-align:end;">2 LTR align is end </p><p class="l ast">align-last is start.</p> </div>
13 <div dir="ltr"><p style="text-align:left;">3 LTR align is left </p><p class= "last">align-last is start.</p> </div>
14 <div dir="ltr"><p style="text-align:right;">4 LTR align is right </p><p clas s="last">align-last is start.</p> </div>
15
16 <div dir="rtl"><p style="text-align:start;">5 RTL align is start </p><p clas s="last">align-last is start.</p> </div>
17 <div dir="rtl"><p style="text-align:end;">6 RTL align is end </p><p class="l ast">align-last is start.</p> </div>
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698