RESOLVED FIXED 48299
Fix LayoutTests/canvas/philip/tests/2d.composite.uncovered.image.source-in.html
https://bugs.webkit.org/show_bug.cgi?id=48299
Summary Fix LayoutTests/canvas/philip/tests/2d.composite.uncovered.image.source-in.html
Mike Lawther
Reported 2010-10-25 22:46:28 PDT
This layout test fails. See master bug: https://bugs.webkit.org/show_bug.cgi?id=46506
Attachments
Patch (5.37 KB, patch)
2011-11-09 20:55 PST, Ben Wells
no flags
Swapna P
Comment 1 2011-06-06 00:14:39 PDT
Need to draw transparency in remaining canvas area before drawImage() This issue is getting solved by adding CanvasRenderingContext2D::shouldDisplayTransparencyElsewhere() & CanvasRenderingContext2D::displayTransparencyElsewhere() to draw transparency for the remaining canvas area for CompositeSourceIn & CompositeSourceOut. As this issue is same as https://bugs.webkit.org/show_bug.cgi?id=48297, for which patch is submitted to Bugzilla. Once this patch is committed to main branch, this issue will be solved automatically .
Ben Wells
Comment 2 2011-11-09 20:55:26 PST
Ben Wells
Comment 3 2011-11-09 20:59:06 PST
These tests are all passing but the expected results were just missing a carriage return. Also covered by bugs 48296, 48298, 48301, 48300 and 48302.
Ben Wells
Comment 4 2011-11-09 21:00:01 PST
Comment on attachment 114427 [details] Patch Ooops, need to remove from skip files as well.
Ben Wells
Comment 5 2011-11-09 21:06:28 PST
On second thoughts will create a new bug so the change log title is nice.
Ben Wells
Comment 6 2011-11-14 17:06:05 PST
Test is passing on all ports now.
Note You need to log in before you can comment on or make changes to this bug.