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

Unified Diff: third_party/WebKit/Source/core/css/html.css

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/Source/core/css/html.css
diff --git a/third_party/WebKit/Source/core/css/html.css b/third_party/WebKit/Source/core/css/html.css
index bd2b86a1b6323bdea86486bddf9383a5fe45f575..56f68f09d7fd0508517ef3761c1ddb57b65c9299 100644
--- a/third_party/WebKit/Source/core/css/html.css
+++ b/third_party/WebKit/Source/core/css/html.css
@@ -470,24 +470,6 @@ input[type="search" i]:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-se
pointer-events: auto;
}
-input[type="search" i]::-webkit-search-decoration {
- -webkit-appearance: searchfield-decoration;
- display: block;
- flex: none;
- -webkit-user-modify: read-only !important;
- -webkit-align-self: flex-start;
- margin: auto 0;
-}
-
-input[type="search" i]::-webkit-search-results-decoration {
- -webkit-appearance: searchfield-results-decoration;
- display: block;
- flex: none;
- -webkit-user-modify: read-only !important;
- -webkit-align-self: flex-start;
- margin: auto 0;
-}
-
input::-webkit-inner-spin-button {
-webkit-appearance: inner-spin-button;
display: inline-block;
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSValueKeywords.in ('k') | third_party/WebKit/Source/core/frame/Deprecation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698