[Webkit-unassigned] [Bug 96839] compositing/geometry/fixed-position-transform-composited-page-scale.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 27 11:45:49 PST 2012


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


Xianzhu Wang <wangxianzhu at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wangxianzhu at chromium.org




--- Comment #2 from Xianzhu Wang <wangxianzhu at chromium.org>  2012-11-27 11:48:02 PST ---
With some debugging I found the reason is that the test sets enableCompositingForFixedPosition in onload callback. In many cases the "fixed-with-z-index" element is not composited because enableCompositingForFixedPosition is set after RenderLayerCompositor::requiresCompostingLayer() is called against that element. Actually the image baseline was created with the element not composited. Found this when fixing bug 102543. Will change the test to be not flaky but the baseline image should be updated.

-- 
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