Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE HTML> | |
| 2 <html> | |
| 3 <head> | |
| 4 <link href="resources/text-align-last.css" rel="stylesheet" type="text/css"> | |
| 5 </head> | |
| 6 <body> | |
| 7 <div> | |
| 8 text align is not justify, and all of the values of text-align-last<br> | |
| 9 This test checks that text-align-last property works properly. | |
| 10 </div> | |
| 11 | |
| 12 <div dir='ltr' class='testDiv' style='text-align:start; text-align-last:end'>LTR align : start align-last : end</div> | |
| 13 | |
| 14 <div dir='ltr' class='testDiv' style='text-align:end; text-align-last:start'>LTR align : end align-last : start</div> | |
| 15 | |
| 16 <div dir='ltr' class='testDiv' style='text-align:left; text-align-last:right'>LT R align : left align-last : right</div> | |
| 17 | |
| 18 <div dir='ltr' class='testDiv' style='text-align:right; text-align-last:left'>LT R align : right align-last : left</div> | |
| 19 | |
| 20 <div dir='ltr' class='testDiv' style='text-align:center; text-align-last:left'>L TR align : center align-last : left</div> | |
|
leviw_travelin_and_unemployed
2014/06/17 22:14:31
Instead of a pixel test, could we wrap the last li
dw.im
2014/06/23 02:10:11
I think pixel test could be the choice for this.
A
| |
| 21 | |
| 22 </body> | |
| 23 </html> | |
| 24 | |
| OLD | NEW |