| Index: third_party/WebKit/Source/core/css/CSSProperties.in
|
| diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| index 08076e6786e4686061d6e01d8ef2b8eb255a9f29..a7fda17e948482a5f434f49bdfba145caaf3088c 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| @@ -179,7 +179,7 @@ font-variation-settings runtime_flag=CSSVariableFonts, inherited, font, name_for
|
| -webkit-locale inherited, font, custom_value
|
| text-orientation inherited, custom_value, type_name=TextOrientation
|
| -webkit-text-orientation inherited, custom_value, type_name=TextOrientation
|
| -writing-mode inherited, custom_value, type_name=WritingMode
|
| +writing-mode inherited, custom_value, type_name=WritingMode, keyword_only, keywords=[horizontal-tb|vertical-rl|vertical-lr], initial_keyword=horizontal-tb, field_storage_type=platform/text/WritingMode
|
| -webkit-writing-mode inherited, custom_value, type_name=WritingMode
|
| text-rendering inherited, font, type_name=TextRenderingMode
|
| zoom custom_all
|
|
|