Bug 203269

Summary: Web Inspector: input::placeholder styles not showing up in Styles sidebar
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: inspector-bugzilla-changes, joepeck, karlcow, nileshprajapati, rcaliman, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Joseph Pecoraro
Reported 2019-10-22 14:00:21 PDT
input::placeholder styles not showing up in Styles sidebar Test page: <input id="x" type="search" placeholder="Placeholder"> <style>input::placeholder { color: red; }</style> Steps to Reproduce: 1. Inspect test page 2. Show Elements tab 3. Select <input> or the div[pseudo="placeholder"] placeholder shadow tree element 4. Show Styles => Nowhere is "color: red" shown!
Attachments
Radar WebKit Bug Importer
Comment 1 2019-10-22 14:02:31 PDT
Joseph Pecoraro
Comment 2 2019-10-23 11:48:47 PDT
No protocol traffic includes the inline style contents, so this is surely a backend issue.
Karl Dubost
Comment 3 2023-09-21 19:26:09 PDT
*** Bug 261876 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.