| 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 55217e27d78e1cded96d8756ce007f8150da2c44..c6c63a377dcaadf88a45246f6c827268005f8221 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -2571,10 +2571,10 @@
|
| {
|
| name: "-webkit-ruby-position",
|
| inherited: true,
|
| - field_template: "storage_only",
|
| + field_template: "keyword",
|
| type_name: "RubyPosition",
|
| - default_value: "RubyPosition::kBefore",
|
| - field_size: 1,
|
| + keywords: ["before", "after"],
|
| + default_value: "before",
|
| field_group: "rare-inherited",
|
| },
|
| {
|
|
|