Bug 61169
Summary: | [Chromium] optimize-contrast-canvas.html and optimize-contrast-image.html fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Fumitoshi Ukai <ukai> |
Component: | CSS | Assignee: | Mike Lawther <mikelawther> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | adamk, jamesr, mikelawther, pkasting, schenney |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 108022 |
Fumitoshi Ukai
http://trac.webkit.org/changeset/86920 added these two tests, but failed on chromium.
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20chromium.org&tests=css3%2Fimages%2Foptimize-contrast-canvas.html%2Ccss3%2Fimages%2Foptimize-contrast-image.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Klein
Committed r87159: <http://trac.webkit.org/changeset/87159>
Adam Klein
Leaving bug open, patch simply added expectations.
Adam Klein
Mike/James, any comments on these failures? The results on Win & Linux look very different (they have gradients) from the Mac results.
Mike Lawther
Hi Adam - the gradient look is because Skia is doing a bilinear interpolation instead of a nearest-neighbour - hence the blurring of the edges. The tests are scaling a 2x2 image to 100x100, hence the obviousness of the difference.
I need to look into this - Skia is doing something different with InterpolationQualityNone than what I expect.
Peter Kasting
Ping. It's been three months, this may have fallen off your radar.