From: timmywil Date: Wed, 30 May 2012 18:07:59 +0000 (-0400) Subject: Uncomment an old test for when the tabindex attrhook was deprecated X-Git-Tag: 1.8b1~95 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f633c7f165dc63b0df49159bdea2f3d62c876fe2;p=jquery.git Uncomment an old test for when the tabindex attrhook was deprecated --- diff --git a/test/unit/selector.js b/test/unit/selector.js index e19d97862..aa00ce88b 100644 --- a/test/unit/selector.js +++ b/test/unit/selector.js @@ -68,7 +68,7 @@ test("disconnected nodes", function() { }); testIframe("selector/html5_selector", "attributes - jQuery.attr", function( jQuery, window, document ) { - expect( 35 ); + expect( 36 ); /** * Returns an array of elements with the given IDs @@ -150,9 +150,9 @@ testIframe("selector/html5_selector", "attributes - jQuery.attr", function( jQue }); t( "Enumerated attribute", "[spellcheck]", ["span1"]); - // t( "tabindex selector does not retrieve all elements in IE6/7(#8473)", "form, [tabindex]", ["form1", "text1"]); // Uncomment this when the tabindex attrHook is deprecated + t( "tabindex selector does not retrieve all elements in IE6/7(#8473)", "form, [tabindex]", ["form1", "text1"] ); - t( "Improperly named form elements do not interfere with form selections (#9570)", "form[name='formName']", ["form1"]); + t( "Improperly named form elements do not interfere with form selections (#9570)", "form[name='formName']", ["form1"] ); }); testIframe("selector/sizzle_cache", "Sizzle cache collides with multiple Sizzles on a page", function( jQuery, window, document ) {