Check Sizzle or jQuery.
This commit is contained in:
parent
813886a4df
commit
872d18c10e
|
@ -379,7 +379,7 @@ test("pseudo - position", function() {
|
||||||
t( "Check element position", "div#nothiddendiv:first > div:first", ["nothiddendivchild"] );
|
t( "Check element position", "div#nothiddendiv:first > div:first", ["nothiddendivchild"] );
|
||||||
});
|
});
|
||||||
|
|
||||||
if ( Sizzle.selectors.filters.visibility ) {
|
if ( (window.Sizzle || jQuery.find).selectors.filters.visibility ) {
|
||||||
test("pseudo - visibility", function() {
|
test("pseudo - visibility", function() {
|
||||||
expect(11);
|
expect(11);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue