Bug 104308 - [Qt][EFL][WK2] transforms/3d/point-mapping/3d-point-mapping-deep.html is failing
Summary: [Qt][EFL][WK2] transforms/3d/point-mapping/3d-point-mapping-deep.html is failing
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 103105
  Show dependency treegraph
 
Reported: 2012-12-06 14:59 PST by Yael
Modified: 2017-03-11 10:44 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.