RESOLVED WONTFIX Bug 104308
[Qt][EFL][WK2] transforms/3d/point-mapping/3d-point-mapping-deep.html is failing
https://bugs.webkit.org/show_bug.cgi?id=104308
Summary [Qt][EFL][WK2] transforms/3d/point-mapping/3d-point-mapping-deep.html is failing
Yael
Reported 2012-12-06 14:59:41 PST
The size of one of the layers is incorrect, and it is clipped. I am investigating it.
Attachments
Yael
Comment 1 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.
Kenneth Rohde Christiansen
Comment 2 2012-12-07 15:55:53 PST
Don't forget to add things to the blocker, so we can track these issues
Michael Catanzaro
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.