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

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: 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 x-height: 196px;
7 margin-top: 2px; 7 height: 200px;
8 x-margin-top: 2px;
keishi 2014/06/24 08:18:40 What is x-margin-top?
tkent 2014/06/24 08:19:28 Ah, this and x-height should be removed.
tkent 2014/06/24 08:47:17 Removed.
8 } 9 }
9 </style> 10 </style>
10 <input type="text" placeholder="Username"> 11 <input type="text" placeholder="Username">
11 </body> 12 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698