| Index: third_party/WebKit/LayoutTests/fast/forms/search/search-abs-pos-cancel-button.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/search/search-abs-pos-cancel-button.html b/third_party/WebKit/LayoutTests/fast/forms/search/search-abs-pos-cancel-button.html
|
| index b19776400fb57b2882234dc2bee8f95ed3b2b476..28e73ae68aae3772034e6e868b4dbedfbe21985a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/search/search-abs-pos-cancel-button.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/search/search-abs-pos-cancel-button.html
|
| @@ -12,7 +12,7 @@
|
| Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=24503">https://bugs.webkit.org/show_bug.cgi?id=24503</a>:<br>
|
| Can't click the clear button of an absolutely positioned search field.
|
| </p>
|
| - <input type="search" id="target" results="5" value="Search me" style="position: absolute; left: 50px; top: 50px;">
|
| + <input type="search" id="target" value="Search me" style="position: absolute; left: 50px; top: 50px;">
|
| <p id="result" style="margin-top: 60px;">
|
| Clicking the (x) button should clear the field.
|
| </p>
|
|
|