Bug 146221 - [cssjit] Fix :not with scrollbar pseudoclasses
Summary: [cssjit] Fix :not with scrollbar pseudoclasses
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-22 18:02 PDT by Alex Christensen
Modified: 2015-06-22 18:02 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2015-06-22 18:02:42 PDT
Disabled in https://bugs.webkit.org/show_bug.cgi?id=146220 because selectors like this don't work in the css jit right now:

body :not(.example_id):hover::-webkit-scrollbar-thumb:horizontal

rdar://problem/21390775