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

Side by Side Diff: LayoutTests/fast/forms/text/text-placeholder-in-flexbox-expected.html

Issue 349313007: Style resolver should not add margins to form control elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove wrong CSS properties Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <body> 2 <body>
3 <style> 3 <style>
4 input { 4 input {
5 box-sizing: border-box; 5 box-sizing: border-box;
6 height: 196px; 6 height: 200px;
7 margin-top: 2px;
8 } 7 }
9 </style> 8 </style>
10 <input type="text" placeholder="Username"> 9 <input type="text" placeholder="Username">
11 </body> 10 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698