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 562ef429b0c9cbd0bfa9ca57ca638c2c04ba54da..6b9711833926794be0d80324a19ce20dff17058e 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5 |
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5 |
| @@ -1540,7 +1540,14 @@ |
| interpolable: true, |
| svg: true, |
| }, |
| - "table-layout", |
| + { |
| + name: "table-layout", |
| + initial_keyword: "auto", |
| + keyword_only: true, |
| + keywords: [ |
| + "auto", "fixed" |
| + ] |
| + }, |
| { |
| name: "tab-size", |
| api_class: true, |