[Webkit-unassigned] [Bug 104308] [Qt][EFL][WK2] transforms/3d/point-mapping/3d-point-mapping-deep.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 7 15:17:37 PST 2012


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





--- Comment #1 from Yael <yael at webkit.org>  2012-12-07 15:20:04 PST ---
One of the layers in this test (box5) does not have a backing store of its own, so it is painting into its parent layer. However the parent layer does not completely contain box5. The calculation that we do in RenderLayer::computeRepaintRectsIncludingDescendants() does not take the size of box5 into account, so even though we recalculate the parent size, it ends up being the same as without box5, and box5 is clipped.

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