Bug 111474
Summary: | [Subversion] check-webkit-style complains about auto-props for PNGs | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michelangelo De Simone <michelangelo> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Michelangelo De Simone
I'm dealing with a pixel test here (for bug 107848) and check-webkit-style has been complaining about auto-props on Subversion:
LayoutTests/platform/mac/svg/filters/feGaussianBlur-zero-deviation-expected.png:0:
Have to enable auto props in the subversion config file ($HOME/.subversion/config "enable-auto-props = yes").
Have to set the svn:mime-type in the subversion config file ($HOME/.subversion/config "*.png = svn:mime-type=image/png"). [image/png] [5]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |