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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/search/search-rtl.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-rtl.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/search/search-rtl.html b/third_party/WebKit/LayoutTests/fast/forms/search/search-rtl.html
index 5225b8d98533683dc41d30cb45fa068492fc18ec..d0b4269e4f583af466758bbb521238b74fbe8bd1 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/search/search-rtl.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/search/search-rtl.html
@@ -10,11 +10,11 @@
REGRESSION (SearchField): RTL search fields are mixed up</i>.
</p>
<p>
- <input type="search" dir="rtl" results="5" value="הוא זה he והיא זה she וזהו">
+ <input type="search" dir="rtl" value="הוא זה he והיא זה she וזהו">
<br>
- <input type="search" dir="rtl" size="30" results="5" value="הוא זה he והיא זה she וזהו">
+ <input type="search" dir="rtl" size="30" value="הוא זה he והיא זה she וזהו">
<br>
- <input id="target" type="search" dir="rtl" results="5" value="click the (x) button">
+ <input id="target" type="search" dir="rtl" value="click the (x) button">
</p>
<p id="result">
Clicking the (x) button should clear the field.

Powered by Google App Engine
This is Rietveld 408576698