Chromium Code Reviews| 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 31e902915c9b15879eb47643d2df1a443eedd036..91010fd9a66da613b37120df886043f9fa9d3021 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5 |
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5 |
| @@ -1355,10 +1355,20 @@ |
| }, |
| { |
| name: "overflow-x", |
| + initial_keyword: "visible", |
| + keyword_only: true, |
| + keywords: [ |
| + "visible", "hidden", "scroll", "auto", "overlay", "-webkit-paged-x", "-webkit-paged-y", |
| + ], |
|
sashab
2017/02/03 05:05:23
type_name: EOverflow
|
| type_name: "EOverflow", |
| }, |
| { |
| name: "overflow-y", |
| + initial_keyword: "visible", |
| + keyword_only: true, |
| + keywords: [ |
| + "visible", "hidden", "scroll", "auto", "overlay", "-webkit-paged-x", "-webkit-paged-y", |
| + ], |
|
sashab
2017/02/03 05:05:23
type_name: EOverflow
|
| type_name: "EOverflow", |
| }, |
| { |