Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <body> | |
| 3 <input style="box-sizing:border-box; width:100px; text-align:right; padding-left :40px;" value="Hello world"> | |
| 4 <input style="box-sizing:border-box; width:100px; text-align:right; padding-left :40px;" placeholder="Hello world"> | |
| 5 <input style="box-sizing:border-box; width:100px; text-align:right; border-left- width:40px;" value="Hello world"> | |
| 6 <input style="box-sizing:border-box; width:100px; text-align:right; border-left- width:40px;" placeholder="Hello world"> | |
| 7 </body> | |
| OLD | NEW |