Bug 80454

Summary: [REGRESSION] ::before { background-color: currentColor } computes to the same colour on all ::before pseudo-elements, even if 'color' is inherited differently
Product: WebKit Reporter: Ian 'Hixie' Hickson <ian>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: bfulgham, hyatt, joethomas, macpherson, menard, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
ProposedPatch none

Description Ian 'Hixie' Hickson 2012-03-06 16:35:51 PST
TESTCASE: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1362

This is a regression.
Comment 1 Joe Thomas 2012-05-04 17:22:38 PDT
Created attachment 140367 [details]
ProposedPatch
Comment 2 Joe Thomas 2012-05-04 18:31:15 PDT
Comment on attachment 140367 [details]
ProposedPatch

Making the patch obsolete as it fails some of the layout tests on my local machine.
Comment 3 Brent Fulgham 2022-07-12 16:59:56 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.