| 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 338b1076d25ff3efd8fe68d63442af07a9da808e..178b57b34489ab22f8cb5d8bc4555a1da7ca3303 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -2761,6 +2761,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",
|
|
|