| 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 01adce342af121adb03f9f307052c1aa44f4f660..3b68c383b356ef4a11bae07a80aab4ea83584ea0 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -2015,9 +2015,9 @@
|
| {
|
| name: "text-align-last",
|
| inherited: true,
|
| - field_template: "storage_only",
|
| - type_name: "TextAlignLast",
|
| - default_value: "TextAlignLast::kAuto",
|
| + field_template: "keyword",
|
| + keywords: ["auto", "start", "end", "left", "right", "center", "justify"],
|
| + default_value: "auto",
|
| field_size: 3,
|
| field_group: "rare-inherited",
|
| },
|
|
|