Tests: Make more tests run natively in Chrome & Firefox
commit50e8e84621ff7a314fca253ce73f0519322d8a4d
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 13 Apr 2021 20:11:45 +0000 (13 22:11 +0200)
committerGitHub <noreply@github.com>
Tue, 13 Apr 2021 20:11:45 +0000 (13 22:11 +0200)
tree34790bf78da7578b05b15f6c59b21f196b09503c
parent345cd22e5664655ed315958ed2056610607c12ef
Tests: Make more tests run natively in Chrome & Firefox

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
test/unit/selector.js