[Webkit-unassigned] [Bug 203269] New: Web Inspector: input::placeholder styles not showing up in Styles sidebar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 22 14:00:21 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=203269

            Bug ID: 203269
           Summary: Web Inspector: input::placeholder styles not showing
                    up in Styles sidebar
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: inspector-bugzilla-changes at group.apple.com,
                    zalan at apple.com

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!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191022/1e3539e2/attachment.html>


More information about the webkit-unassigned mailing list