Chromium Code Reviews| OLD | NEW |
|---|---|
| (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> | |
| OLD | NEW |