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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/forms/text/text-placeholder-in-flexbox-expected.html
diff --git a/LayoutTests/fast/forms/text/text-placeholder-in-flexbox-expected.html b/LayoutTests/fast/forms/text/text-placeholder-in-flexbox-expected.html
index 5b0d2a4f4a63f8e3390f992cf5c7de8d2d31ec39..00b51c9c7021c7f3e5536017df4367b0dedafdef 100644
--- a/LayoutTests/fast/forms/text/text-placeholder-in-flexbox-expected.html
+++ b/LayoutTests/fast/forms/text/text-placeholder-in-flexbox-expected.html
@@ -3,8 +3,7 @@
<style>
input {
box-sizing: border-box;
- height: 196px;
- margin-top: 2px;
+ height: 200px;
}
</style>
<input type="text" placeholder="Username">

Powered by Google App Engine
This is Rietveld 408576698