| 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 d7cbdf534e3719deeb03bca63b70674bc6f5b83d..28999dc4b1b83600a3173300600e57e5e7bebca7 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -2686,6 +2686,11 @@
|
| runtime_flag: "CSSGridLayout",
|
| },
|
| {
|
| + name: "place-items",
|
| + longhands: "align-items;justify-items",
|
| + runtime_flag: "CSSGridLayout",
|
| + },
|
| + {
|
| name: "grid-area",
|
| longhands: "grid-row-start;grid-column-start;grid-row-end;grid-column-end",
|
| runtime_flag: "CSSGridLayout",
|
|
|