diff --git a/src/sizzle b/src/sizzle index 9284760ac..e82e70ed2 160000 --- a/src/sizzle +++ b/src/sizzle @@ -1 +1 @@ -Subproject commit 9284760ac2e0518502d9dd4cf1305a2156b36d8c +Subproject commit e82e70ed2e8b79daf9791a14fa8ff67cfb97f187 diff --git a/test/unit/selector.js b/test/unit/selector.js index d00dc153e..7902742b1 100644 --- a/test/unit/selector.js +++ b/test/unit/selector.js @@ -5,13 +5,16 @@ module("selector - jQuery only", { teardown: moduleTeardown }); test("element - jQuery only", function() { - expect( 5 ); + expect( 7 ); deepEqual( jQuery("p", document.getElementsByTagName("div")).get(), q("firstp","ap","sndp","en","sap","first"), "Finding elements with a context." ); deepEqual( jQuery("p", "div").get(), q("firstp","ap","sndp","en","sap","first"), "Finding elements with a context." ); deepEqual( jQuery("p", jQuery("div")).get(), q("firstp","ap","sndp","en","sap","first"), "Finding elements with a context." ); deepEqual( jQuery("div").find("p").get(), q("firstp","ap","sndp","en","sap","first"), "Finding elements with a context." ); + ok( jQuery("#length").length, "\ cannot be found under IE, see #945" ); + ok( jQuery("#lengthtest input").length, "\ cannot be found under IE, see #945" ); + //#7533 equal( jQuery("
foo