Chromium Code Reviews| Index: Source/core/css/CSSValueKeywords.in |
| diff --git a/Source/core/css/CSSValueKeywords.in b/Source/core/css/CSSValueKeywords.in |
| index e040accfa5f1fec7f7d96c1e4fb6e19be4ebfb5e..0b9f23f1af440b9a7133e70e8e045a7347287118 100644 |
| --- a/Source/core/css/CSSValueKeywords.in |
| +++ b/Source/core/css/CSSValueKeywords.in |
| @@ -1009,3 +1009,19 @@ isolate |
| // touch-action-delay |
| // none |
| script |
| + |
| +// justify-self |
| +// auto |
| +// stretch |
| +// baseline |
| +// center |
| +// start |
| +// end |
| +self-start |
| +self-end |
| +// flex-start |
| +// flex-end |
| +// left |
| +// right |
| +true |
| +safe |