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

Unified Diff: third_party/WebKit/LayoutTests/fast/replaced/width100percent-searchfield.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/replaced/width100percent-searchfield.html
diff --git a/third_party/WebKit/LayoutTests/fast/replaced/width100percent-searchfield.html b/third_party/WebKit/LayoutTests/fast/replaced/width100percent-searchfield.html
index 331c0b22a0cfdac5c2a34392f60aa60c578aa98f..1027833b4ce2d7198c77ce38d554b2857c17e5b5 100644
--- a/third_party/WebKit/LayoutTests/fast/replaced/width100percent-searchfield.html
+++ b/third_party/WebKit/LayoutTests/fast/replaced/width100percent-searchfield.html
@@ -20,9 +20,9 @@ These textfields should not overlap.
<table border="0" cellspacing="1" cellpadding="1" width="100%">
<tr>
-<td nowrap><input type="search" size="100" name="b" value="New Mail" class="test" results=5></td>
-<td><input type="search" size="100" name="b" value="Reply" class="test" results=5></td>
-<td><input type="search" size="100" name="b" value="Reply All" class="test" results=5></td>
+<td nowrap><input type="search" size="100" name="b" value="New Mail" class="test"></td>
+<td><input type="search" size="100" name="b" value="Reply" class="test"></td>
+<td><input type="search" size="100" name="b" value="Reply All" class="test"></td>
<td width="100%">&nbsp;</td>
</tr>
</table>

Powered by Google App Engine
This is Rietveld 408576698