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

Unified Diff: third_party/WebKit/LayoutTests/scrollbars/custom-scrollbar-appearance-property.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/scrollbars/custom-scrollbar-appearance-property.html
diff --git a/third_party/WebKit/LayoutTests/scrollbars/custom-scrollbar-appearance-property.html b/third_party/WebKit/LayoutTests/scrollbars/custom-scrollbar-appearance-property.html
index cd45ce04372b5d00a85c3f8da5924c66e32ab5d1..dab9d679097aae06206bbc93558b40d817756b78 100644
--- a/third_party/WebKit/LayoutTests/scrollbars/custom-scrollbar-appearance-property.html
+++ b/third_party/WebKit/LayoutTests/scrollbars/custom-scrollbar-appearance-property.html
@@ -5,7 +5,7 @@
::-webkit-scrollbar {
width: 16px;
height: 16px;
- -webkit-appearance: searchfield-results-decoration;
+ -webkit-appearance: searchfield-cancel-button;
}
::-webkit-scrollbar-track {

Powered by Google App Engine
This is Rietveld 408576698