Bug 40579 - Fix clipping via CSS clip: with composited descendants
Summary: Fix clipping via CSS clip: with composited descendants
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-14 11:36 PDT by Simon Fraser (smfr)
Modified: 2010-06-16 12:16 PDT (History)
0 users

See Also:


Attachments
Patch (18.59 KB, patch)
2010-06-15 11:29 PDT, Simon Fraser (smfr)
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2010-06-14 11:36:21 PDT
Clipping via the CSS clip: property does not work correctly with composited descendants.
Comment 1 Simon Fraser (smfr) 2010-06-15 11:29:51 PDT
Created attachment 58799 [details]
Patch
Comment 2 mitz 2010-06-15 13:40:23 PDT
Comment on attachment 58799 [details]
Patch

> +        (WebCore::clipBox): Utility function that returns the union of the clip and overflow

s/union/intersection/
Comment 3 Simon Fraser (smfr) 2010-06-16 12:16:40 PDT
http://trac.webkit.org/changeset/61275