Bug 48302

Summary: Fix LayoutTests/canvas/philip/tests/2d.composite.uncovered.pattern.destination-atop.html
Product: WebKit Reporter: Mike Lawther <mikelawther>
Component: CanvasAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benwells, jamesr, mdelaney7, mustaf.here, sarap.karthik
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 46506    

Description Mike Lawther 2010-10-25 22:49:22 PDT
This layout test fails. See master bug: https://bugs.webkit.org/show_bug.cgi?id=46506
Comment 1 Karthik Sarap 2011-06-08 01:45:25 PDT
This issue is not reproducable when we append " state().m_globalComposite ==CompositeDestinationAtop " in the  CanvasRenderingContext2D::shouldDisplayTransparencyElsewhere()(so that to draw transparency in remaining canvas area before Image draw for destination-atop compositing).

or see bug 48297 there was a patch submitted to it .If it is get committed then this issue will not be reproducible ...
Comment 2 Mustafizur Rahaman (rahaman) 2011-07-11 00:21:45 PDT
Can any one please resolve this bug as the issue is fixed along with the patch submitted in https://bugs.webkit.org/show_bug.cgi?id=48292 (http://trac.webkit.org/changeset/90723 )
Comment 3 Ben Wells 2011-11-14 17:08:14 PST
Test is passing on all ports now.