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 1e8820da2aa7e7ff34af3f2bce82d2fb48096deb..25ab699f4ad2299dc5ea8e588374ec30f0b9a0fa 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5 |
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5 |
| @@ -1269,7 +1269,12 @@ |
| { |
| name: "overflow-anchor", |
| runtime_flag: "ScrollAnchoring", |
| - type_name: "EOverflowAnchor", |
| + inherited: false, |
| + initial_keyword: "auto", |
| + keyword_only: true, |
| + keywords: [ |
| + "visible", "none", "auto", |
| + ], |
|
sashab
2017/01/27 21:58:16
Ahhh these patches are so much ncer now ~^_^~
Are
|
| }, |
| { |
| name: "overflow-wrap", |