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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/search/disabled-search-input.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/disabled-search-input.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/search/disabled-search-input.html b/third_party/WebKit/LayoutTests/fast/forms/search/disabled-search-input.html
index 86ef56a5f709206273808ae37d4785ea2ea88787..9799556f4413e682ccdead78b04a3903913b0d05 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/search/disabled-search-input.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/search/disabled-search-input.html
@@ -50,7 +50,7 @@ function runTest()
</head>
<body onload="runTest()">
<div>
- <input id="foo" type="search" results="0" disabled>
+ <input id="foo" type="search" disabled>
</div>
<div id="console">
</div>

Powered by Google App Engine
This is Rietveld 408576698