Chromium Code Reviews| 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 3616995389845990ddff486f6ece14167da33ff8..b2b1c710fe1ed69d860f17ef2e337f47f92d6b23 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in |
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in |
| @@ -519,7 +519,7 @@ list-style longhands=list-style-type;list-style-position;list-style-image |
| margin longhands=margin-top;margin-right;margin-bottom;margin-left |
| marker longhands=marker-start;marker-mid;marker-end |
| motion longhands=offset-path;offset-distance;offset-rotation |
| -offset longhands=offset-path;offset-distance;offset-rotation |
| +offset longhands=offset-position;offset-path;offset-distance;offset-rotation;offset-anchor |
|
Timothy Loh
2016/09/27 08:17:48
I don't think this works with longhands that are c
|
| outline longhands=outline-color;outline-style;outline-width |
| overflow longhands=overflow-x;overflow-y |
| padding longhands=padding-top;padding-right;padding-bottom;padding-left |