Chromium Code Reviews| Index: Source/core/css/CSSProperties.in |
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in |
| index 20e15733f0862ebdcd3d63e111fc8b5019586d94..1efd2de8ad2f92f7e9d3eae0d9bd6104234bb033 100644 |
| --- a/Source/core/css/CSSProperties.in |
| +++ b/Source/core/css/CSSProperties.in |
| @@ -238,7 +238,7 @@ pointer-events inherited |
| position |
| quotes inherited, converter=convertQuotes |
| // FIXME: This shouldn't be inherited, as per css-ui |
|
Timothy Loh
2014/10/21 15:14:00
You should probably remove the FIXMEs you fix :)
rune
2014/10/21 15:26:04
Amazingly enough, I didn't see it.
|
| -resize inherited, custom_value |
| +resize custom_value |
| right animatable, initial=initialOffset, converter=convertLengthOrAuto |
| scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior |
| shape-image-threshold animatable, type_name=float |