[Webkit-unassigned] [Bug 46557] [Chromium] animations/opacity-transform-animation.html fails on Chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 28 00:09:12 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=46557





--- Comment #4 from Mihai Parparita <mihaip at chromium.org>  2010-09-28 00:09:12 PST ---
Actually, it seems to be the Mac port that has the precision issues. At the point where the pixel dump is done, the moving box has opacity of 0.5. I would expect the color on the screen to be (0*.5 + 255 * .5, 128 * .5 + 0 * 0.5, 0 * .5 + 0 * 0.5) = (128, 64, 0). However, the Mac port sees (125, 89, 7). Is this color correction in action?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list