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

Unified Diff: LayoutTests/fast/forms/search/search-appearance-basic.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/search/search-appearance-basic.html
diff --git a/LayoutTests/fast/forms/search/search-appearance-basic.html b/LayoutTests/fast/forms/search/search-appearance-basic.html
index c350da6022be51cd13729e26a506e2c9315ea078..e746fd80ff8b23c875a60f084b0dcdce23de3295 100644
--- a/LayoutTests/fast/forms/search/search-appearance-basic.html
+++ b/LayoutTests/fast/forms/search/search-appearance-basic.html
@@ -43,6 +43,9 @@ input {
<input type="search" value="foo" style="zoom: 1.5;">
<input type="search" value="foo" style="zoom: 2;"> <br>
+<!-- speech -->
tkent 2013/05/28 03:25:33 We don't need to add it because we already have fa
+<input type="search" value="foo" results=0 x-webkit-speech> <br>
+
<!-- various style -->
<input type="search" class="inputtext inputsearch" title="Search for Events" placeholder="Search for Events" id="q_dashboard" name="q" value="" results="10" />
</body>
« no previous file with comments | « LayoutTests/fast/forms/month/month-appearance-basic-expected.txt ('k') | LayoutTests/fast/forms/searchfield-heights.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698