]> source.dussan.org Git - jquery.git/commit
Tests: Skip the native :valid tests in IE 9
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 19 Dec 2022 18:56:49 +0000 (19:56 +0100)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 19 Dec 2022 18:56:59 +0000 (19:56 +0100)
commit6b2094da797087b027b453b15efe28b947641e80
treef8e826900202608c6a42fc31d7c94616278160a2
parent848de625425c6b08ec9d8ad9a4bcab7e913c2477
Tests: Skip the native :valid tests in IE 9

A newly added test making sure a native selector containing
the `:valid` pseudo works when no jQuery-specific selectors
are used was failing in IE 9 as that browser lacks support
for this pseudo. This commit disables that test in IE 9.

Ref gh-5178
test/unit/selector.js