Bug 120923
Summary: | REGRESSION(r155100): animations/cross-fade-background-image.html fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | darin, krit, simon.fraser, thorton |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=208495 |
Ryosuke Niwa
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=animations%2Fcross-fade-background-image.html
e.g. http://build.webkit.org/results/Apple%20MountainLion%20Release%20WK2%20(Tests)/r155235%20(11445)/results.html
It seems like this is a color profile difference. Can we use pure black or something to mitigate the issue?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Committed r155238: <http://trac.webkit.org/changeset/155238>
Dirk Schulze
(In reply to comment #0)
> It seems like this is a color profile difference. Can we use pure black or something to mitigate the issue?
It is hard to animate over black. Black never is the "middle" color between two other colors.
Ryosuke Niwa
How about some shade of grey?
Dirk Schulze
(In reply to comment #3)
> How about some shade of grey?
It will probably not make a difference, but will try it.