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

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.json5

Issue 2786643003: Implement support for the 'transform-box' property (Closed)
Patch Set: Update existing tests to be compatible Created 3 years, 9 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/CSSProperties.json5
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
index 96bfa49c5fd7604c7b9512f8c3a4b3f63233a8e6..795b2213184fe9addab098ec042655da117f8b96 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -1923,6 +1923,13 @@
typedom_types: ["Transform"],
},
{
+ name: "transform-box",
+ field_template: "keyword",
+ keywords: ["border-box", "fill-box", "view-box"],
+ initial_keyword: "border-box",
pdr. 2017/04/04 22:47:13 Because I took forever to review this, something c
fs 2017/04/05 08:48:17 Will fix.
+ runtime_flag: "CSSTransformBox",
+ },
+ {
name: "transform-origin",
api_class: true,
api_methods: ["parseSingleValue"],

Powered by Google App Engine
This is Rietveld 408576698