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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/search/searchfield-heights.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/searchfield-heights.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/search/searchfield-heights.html b/third_party/WebKit/LayoutTests/fast/forms/search/searchfield-heights.html
index 85daeeedf386d0b951f019c3f9cb6ec86e1fba37..da873b4053e3ea6b1c249e875f5a270b48840635 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/search/searchfield-heights.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/search/searchfield-heights.html
@@ -20,8 +20,8 @@
</head>
<body>
This tests that aqua-style search fields do not honor height.<br>
- <input type="search" results=1 class="small" value="mini"></input>
- <input type="search" results=1 class="med" value="small"></input>
- <input type="search" results=1 class="large" value="regular"></input>
+ <input type="search" class="small" value="mini"></input>
+ <input type="search" class="med" value="small"></input>
+ <input type="search" class="large" value="regular"></input>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698