Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/CSSValueKeywords.json5 |
| diff --git a/third_party/WebKit/Source/core/css/CSSValueKeywords.json5 b/third_party/WebKit/Source/core/css/CSSValueKeywords.json5 |
| index b82eac0e1d8e39fbe8851d867cf014ea581abdd9..06f5ea7f6330a5eed615a9cf4ef1ad1110df836f 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSValueKeywords.json5 |
| +++ b/third_party/WebKit/Source/core/css/CSSValueKeywords.json5 |
| @@ -533,6 +533,8 @@ |
| // flex-end |
| // center |
| // baseline |
| + // last baseline, |
| + // first baseline, |
| // stretch |
| // justify-content |
| @@ -982,6 +984,8 @@ |
| // stretch |
| // baseline |
| "last-baseline", |
| + "first", |
| + "last", |
| // center |
| // start |
| // end |