Bug 249518 - Fill list style background with same color with that of list background
Summary: Fill list style background with same color with that of list background
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BrowserCompat, InRadar
Depends on:
Blocks:
 
Reported: 2022-12-16 19:39 PST by Ahmad Saleem
Modified: 2023-05-11 01:23 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmad Saleem 2022-12-16 19:39:00 PST
Hi Team,

While going through Blink's commit, I came across following failing test in Safari 16.2 & STP160:

Link - https://jsfiddle.net/mqpsvzhy/show

^ Chromium Canary 110 and Firefox Nightly 110 matches each other.

Blink Commit - https://chromium.googlesource.com/chromium/blink/+/dacea248811c5c4e2c07a70420d6880d548b4820

I am not sure whether we can do 1-1 merge but just wanted to raise it for tracking purposes.

Thanks!
Comment 1 Radar WebKit Bug Importer 2022-12-23 19:39:16 PST
<rdar://problem/103679100>
Comment 2 Vitor Roriz 2023-05-11 01:23:07 PDT
It seems we already use `m_listItem->selectionBackgroundColor()` similarly to what the referred patch is proposing on blink. We should check what is going on with that.