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

Unified Diff: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp

Issue 1915343003: Add CSS hyphens property behind the test flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split histograms.xml to a separate CL Created 4 years, 8 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/CSSComputedStyleDeclaration.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
index 793fd3aeeeba229c2a7b5421a7a44cfafafbfafb..f45c33fef7fa1a013d9bb50431952d430906d19c 100644
--- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
+++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
@@ -242,6 +242,7 @@ static const CSSPropertyID staticComputableProperties[] = {
CSSPropertyGridColumnGap,
CSSPropertyGridRowGap,
CSSPropertyWebkitHighlight,
+ CSSPropertyHyphens,
CSSPropertyWebkitHyphenateCharacter,
CSSPropertyWebkitLineBreak,
CSSPropertyWebkitLineClamp,

Powered by Google App Engine
This is Rietveld 408576698