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