| OLD | NEW | 
|---|
| (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 <div> | 
|  | 8 text-align-last: center <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>center</b> side.<br> | 
|  | 12 </div> | 
|  | 13 | 
|  | 14 <div dir="ltr" class='testDiv alignStart alignLastCenter'>LTR align is start ali
    gn-last is center.</div> | 
|  | 15 | 
|  | 16 <div dir="ltr" class='testDiv alignEnd alignLastCenter'>LTR align is end align-l
    ast is center.</div> | 
|  | 17 | 
|  | 18 <div dir="ltr" class='testDiv alignRight alignLastCenter'>LTR align is right ali
    gn-last is center.</div> | 
|  | 19 | 
|  | 20 <div dir="ltr" class='testDiv alignLeft alignLastCenter'>LTR align is left align
    -last is center.</div> | 
|  | 21 | 
|  | 22 <div dir="rtl" class='testDiv alignStart alignLastCenter'>RTL align is start ali
    gn-last is center.</div> | 
|  | 23 | 
|  | 24 <div dir="rtl" class='testDiv alignEnd alignLastCenter'>RTL align is end align-l
    ast is center.</div> | 
|  | 25 | 
|  | 26 </body> | 
|  | 27 </html> | 
| OLD | NEW | 
|---|