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

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: 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..4c47ac9486f53f7f158246d054c89692067eb00c 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,9 @@
<style>
input {
box-sizing: border-box;
- height: 196px;
- margin-top: 2px;
+ x-height: 196px;
+ height: 200px;
+ 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.
}
</style>
<input type="text" placeholder="Username">

Powered by Google App Engine
This is Rietveld 408576698