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

Side by Side Diff: LayoutTests/fast/css3-text/css3-text-align-last/text-align-last-auto-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 </head>
6 <body>
7 <title>Test Case for text-align-last:auto</title>
8 <h1 style="font-size: 1em;">text-align-last: auto</h1>
9
10 <div dir="ltr" style="text-align:start;"><p>1 LTR align is start </p><p>alig n-last is auto.</p> </div>
11 <div dir="ltr" style="text-align:end;"><p>2 LTR align is end </p><p>align-la st is auto.</p> </div>
12 <div dir="ltr" style="text-align:left;"><p>3 LTR align is left </p><p>align- last is auto.</p> </div>
13 <div dir="ltr" style="text-align:right;"><p>4 LTR align is right </p><p>alig n-last is auto.</p> </div>
14
15 <div dir="rtl" style="text-align:start;"><p>5 RTL align is start </p><p>alig n-last is auto.</p> </div>
16 <div dir="rtl" style="text-align:end;"><p>6 RTL align is end </p><p>align-la st is auto.</p> </div>
17 </body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698