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

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

Issue 2786643003: Implement support for the 'transform-box' property (Closed)
Patch Set: Rebase; fix property spec; update histogram.xml Created 3 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/CSSProperties.json5
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
index 178b57b34489ab22f8cb5d8bc4555a1da7ca3303..3d48042283c72846c3ff32569ea65679e1137a1c 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -1929,6 +1929,13 @@
typedom_types: ["Transform"],
},
{
+ name: "transform-box",
+ field_template: "keyword",
+ keywords: ["border-box", "fill-box", "view-box"],
+ default_value: "border-box",
+ runtime_flag: "CSSTransformBox",
+ },
+ {
name: "transform-origin",
api_class: true,
api_methods: ["parseSingleValue"],

Powered by Google App Engine
This is Rietveld 408576698