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> |