Bug 138436

Summary: Web Inspector: Specificity not shown for pseudo element styles
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2014-11-05 13:58:19 PST
* SUMMARY
Specificity not shown for pseudo element styles.

* STEPS TO REPRODUCE
1. Inspect <audio> on data:text/html,<audio%20controls>
2. Expand Shadow DOM and select ::webkit-media-text-track-container element
3. Show Styles Sidebar
4. Hover "video::-webkit-media-text-track-container, audio::-webkit-media-text-track-container" selectors
  => Expected specificity, was none.
Comment 1 Radar WebKit Bug Importer 2014-11-05 13:58:51 PST
<rdar://problem/18885675>
Comment 2 Joseph Pecoraro 2014-11-05 14:00:40 PST
Created attachment 241056 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2014-11-05 14:50:33 PST
Comment on attachment 241056 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 241056

Committed r175642: <http://trac.webkit.org/changeset/175642>
Comment 4 WebKit Commit Bot 2014-11-05 14:50:36 PST
All reviewed patches have been landed.  Closing bug.