mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Chrome & Firefox now support complex `:not()` selectors so those test can run in them even without custom jQuery selector code. In the past, it was only possible in Safari, now we only need to exclude IE. Closes gh-4864