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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/search/search-abs-pos-cancel-button.html

Issue 2005093002: Remove non-standard 'results' attribute of INPUT element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: 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>

Powered by Google App Engine
This is Rietveld 408576698