Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Side by Side Diff: LayoutTests/fast/forms/text/text-padding-dynamic-change-expected.html

Issue 12039074: Merge 140721 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1393/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « LayoutTests/fast/forms/text/text-padding-dynamic-change.html ('k') | Source/WebCore/ChangeLog » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/text/text-padding-dynamic-change.html ('k') | Source/WebCore/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698