Bug 104308

Summary: [Qt][EFL][WK2] transforms/3d/point-mapping/3d-point-mapping-deep.html is failing
Product: WebKit Reporter: Yael <yael>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: kenneth, mcatanzaro
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 103105    

Description Yael 2012-12-06 14:59:41 PST
The size of one of the layers is incorrect, and it is clipped.
I am investigating it.
Comment 1 Yael 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.
Comment 2 Kenneth Rohde Christiansen 2012-12-07 15:55:53 PST
Don't forget to add things to the blocker, so we can track these issues
Comment 3 Michael Catanzaro 2017-03-11 10:44:05 PST
Closing this bug because the EFL port has been removed from trunk.

If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.