Bug 138935

Summary: REGRESSION (174986): CSS clip property is ignored when border-radius is present.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Test reduction.
none
Patch
none
Patch none

Description zalan 2014-11-20 14:22:46 PST
Created attachment 241982 [details]
Test reduction.

border-radius: 0px 0px 1px 0px;
clip: rect(0px, 10px, 10px, 0px);

When both of these properties are present, the css clip rect is ignored.
Comment 1 zalan 2014-11-20 14:37:15 PST
Created attachment 241983 [details]
Patch
Comment 2 Simon Fraser (smfr) 2014-11-20 14:39:54 PST
Comment on attachment 241983 [details]
Patch

Please put the radar in the changelog.
Comment 3 zalan 2014-11-20 14:42:09 PST
rdar://problem/18965984
Comment 4 zalan 2014-11-20 14:43:42 PST
Created attachment 241984 [details]
Patch
Comment 5 WebKit Commit Bot 2014-11-20 19:17:34 PST
Comment on attachment 241984 [details]
Patch

Clearing flags on attachment: 241984

Committed r176432: <http://trac.webkit.org/changeset/176432>
Comment 6 WebKit Commit Bot 2014-11-20 19:17:38 PST
All reviewed patches have been landed.  Closing bug.