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

Unified Diff: LayoutTests/fast/multicol/multicol-with-child-renderLayer-for-input.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.html
diff --git a/LayoutTests/fast/multicol/multicol-with-child-renderLayer-for-input.html b/LayoutTests/fast/multicol/multicol-with-child-renderLayer-for-input.html
index c5334be111d164ca82089d75c2fde6082f4a3546..fee01a3ee2400b6615a1042fa7a08b5f161e6cbf 100644
--- a/LayoutTests/fast/multicol/multicol-with-child-renderLayer-for-input.html
+++ b/LayoutTests/fast/multicol/multicol-with-child-renderLayer-for-input.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">

Powered by Google App Engine
This is Rietveld 408576698