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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp

Issue 2520873002: [css-ui] Add support for caret-color property (Closed)
Patch Set: Fix tests that were listing all the CSS properties Created 4 years, 1 month 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/resolver/StyleBuilderCustom.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
index a32acd73177428e1ecc8af92d6a37da71502e5db..c1243b2c973b198bd66e8298de96b7fe5be0222c 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
@@ -92,6 +92,7 @@ static inline bool isValidVisitedLinkProperty(CSSPropertyID id) {
case CSSPropertyBorderRightColor:
case CSSPropertyBorderTopColor:
case CSSPropertyBorderBottomColor:
+ case CSSPropertyCaretColor:
Timothy Loh 2016/11/22 02:17:35 Do we need to do this? What are the use cases for
Manuel Rego 2016/11/22 09:36:01 We actually have a test for this specific behavior
case CSSPropertyColor:
case CSSPropertyFill:
case CSSPropertyOutlineColor:

Powered by Google App Engine
This is Rietveld 408576698