Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / text / text-padding-dynamic-change-expected.html
blob56d1d8d06c52a43af5be46c7972a30166c7eb1ba
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>