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

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

Issue 1955723004: Implement font-variant-numeric (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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/CSSComputedStyleDeclaration.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
index 0a6b811b157d95d4ac575407894b5778636e7ff2..d056f0ad1a163a344060391eafeb7637ffae393a 100644
--- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
+++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
@@ -111,6 +111,7 @@ static const CSSPropertyID staticComputableProperties[] = {
CSSPropertyFontVariant,
CSSPropertyFontVariantLigatures,
CSSPropertyFontVariantCaps,
+ CSSPropertyFontVariantNumeric,
CSSPropertyFontWeight,
CSSPropertyHeight,
CSSPropertyImageOrientation,

Powered by Google App Engine
This is Rietveld 408576698