Bug 203269
| Summary: | Web Inspector: input::placeholder styles not showing up in Styles sidebar | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
| Component: | Web Inspector | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/56514581>
Joseph Pecoraro
No protocol traffic includes the inline style contents, so this is surely a backend issue.
Karl Dubost
*** Bug 261876 has been marked as a duplicate of this bug. ***