Commit 2d31890
committed
Tests: Fix one selector test
The failure was caused by incorrect usage of self-closing tags, incompatible
with jQuery 3.5.0+.
As of this commit, all tests pass in Firefox 104.0.2 and almost all in
Chrome 105.0.5195.102 - with the exception of ones fixed in jquerygh-5107.
From Sizzle tests run on `jQuery.find`, apart from the above, there are still
two failures in both these browsers:
* `selector: id`: ID Selector on Form with an input that has a name of 'id'
(#lengthtest)
* `utilities: Sizzle.uniqueSort`: Attached/detached mixture (array) &
Attached/detached mixture (quasi-array)1 parent 9ac9a76 commit 2d31890
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
852 | 852 | | |
853 | 853 | | |
854 | 854 | | |
855 | | - | |
| 855 | + | |
856 | 856 | | |
857 | 857 | | |
858 | 858 | | |
| |||
0 commit comments