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

Unified Diff: LayoutTests/fast/forms/searchfield-heights.html

Issue 15838011: Fix where the clear button will be drawn when adding padding to the input element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Changed to static function, Removed pngs Created 7 years, 7 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/searchfield-heights.html
diff --git a/LayoutTests/fast/forms/searchfield-heights.html b/LayoutTests/fast/forms/searchfield-heights.html
index da873b4053e3ea6b1c249e875f5a270b48840635..85daeeedf386d0b951f019c3f9cb6ec86e1fba37 100644
--- a/LayoutTests/fast/forms/searchfield-heights.html
+++ b/LayoutTests/fast/forms/searchfield-heights.html
@@ -20,8 +20,8 @@
</head>
<body>
This tests that aqua-style search fields do not honor height.<br>
- <input type="search" class="small" value="mini"></input>
- <input type="search" class="med" value="small"></input>
- <input type="search" class="large" value="regular"></input>
+ <input type="search" results=1 class="small" value="mini"></input>
+ <input type="search" results=1 class="med" value="small"></input>
+ <input type="search" results=1 class="large" value="regular"></input>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698