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

Unified Diff: LayoutTests/fast/multicol/multicol-with-child-renderLayer-for-input-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/multicol/multicol-with-child-renderLayer-for-input-expected.html
diff --git a/LayoutTests/fast/multicol/multicol-with-child-renderLayer-for-input-expected.html b/LayoutTests/fast/multicol/multicol-with-child-renderLayer-for-input-expected.html
index ca73ab69d4439a71d94a7ee313a9417c14421602..dfd5db4768eaf9d81505b7f8060c2504b8a0497f 100644
--- a/LayoutTests/fast/multicol/multicol-with-child-renderLayer-for-input-expected.html
+++ b/LayoutTests/fast/multicol/multicol-with-child-renderLayer-for-input-expected.html
@@ -8,6 +8,11 @@ function startTest(){
document.execCommand('InsertText',false,'Testing')
}
</script>
+<style>
+input {
+ margin: 2px;
+}
+</style>
</head>
<body onload="startTest();">
<div style="-webkit-column-count:2">
« no previous file with comments | « LayoutTests/fast/multicol/multicol-with-child-renderLayer-for-input.html ('k') | Source/core/css/resolver/StyleAdjuster.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698