Bug 140551

Summary: When border-radius is present, inset/outset/groove/ridge border color changes.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, commit-queue, esprehn+autocc, glenn, kondapallykalyan, rniwa, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Archive of layout-test-results from ews100 for mac-mavericks
none
Archive of layout-test-results from ews104 for mac-mavericks-wk2
none
Patch none

Description zalan 2015-01-16 11:40:49 PST
We need to call the color adjustment helper when radius is present. (Path vs drawRect codepath)
Comment 1 zalan 2015-01-16 12:08:53 PST
Created attachment 244783 [details]
Patch
Comment 2 Simon Fraser (smfr) 2015-01-16 12:12:22 PST
Comment on attachment 244783 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=244783&action=review

> Source/WebCore/rendering/RenderObject.h:872
> +    void calculateBorderStyleColor(const EBorderStyle&, const BoxSide&, Color&) const;

It could still be static!
Comment 3 Build Bot 2015-01-16 12:47:41 PST
Comment on attachment 244783 [details]
Patch

Attachment 244783 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.appspot.com/results/4623629157400576

New failing tests:
fast/borders/wrong-border-color-when-radius-is-present.html
Comment 4 Build Bot 2015-01-16 12:47:44 PST
Created attachment 244789 [details]
Archive of layout-test-results from ews100 for mac-mavericks

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews100  Port: mac-mavericks  Platform: Mac OS X 10.9.5
Comment 5 Build Bot 2015-01-16 13:08:37 PST
Comment on attachment 244783 [details]
Patch

Attachment 244783 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/6415907869949952

New failing tests:
fast/borders/wrong-border-color-when-radius-is-present.html
Comment 6 Build Bot 2015-01-16 13:08:48 PST
Created attachment 244797 [details]
Archive of layout-test-results from ews104 for mac-mavericks-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews104  Port: mac-mavericks-wk2  Platform: Mac OS X 10.9.5
Comment 7 zalan 2015-01-16 13:15:28 PST
Created attachment 244798 [details]
Patch
Comment 8 WebKit Commit Bot 2015-01-16 16:35:48 PST
Comment on attachment 244798 [details]
Patch

Clearing flags on attachment: 244798

Committed r178613: <http://trac.webkit.org/changeset/178613>
Comment 9 WebKit Commit Bot 2015-01-16 16:35:52 PST
All reviewed patches have been landed.  Closing bug.