| 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 d7758bc4d1519484d5ec0281cb5c301acc07f711..6e4735edd36f549d3e0b1bb5d0ea9a0bc4f9ca5c 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -1392,10 +1392,20 @@
|
| },
|
| {
|
| name: "overflow-x",
|
| + initial_keyword: "visible",
|
| + keyword_only: true,
|
| + keywords: [
|
| + "visible", "hidden", "scroll", "auto", "overlay", "-webkit-paged-x", "-webkit-paged-y",
|
| + ],
|
| type_name: "EOverflow",
|
| },
|
| {
|
| name: "overflow-y",
|
| + initial_keyword: "visible",
|
| + keyword_only: true,
|
| + keywords: [
|
| + "visible", "hidden", "scroll", "auto", "overlay", "-webkit-paged-x", "-webkit-paged-y",
|
| + ],
|
| type_name: "EOverflow",
|
| },
|
| {
|
|
|