Skip to content

Commit f633c7f

Browse files
committed
Uncomment an old test for when the tabindex attrhook was deprecated
1 parent 3e2a77c commit f633c7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/unit/selector.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ test("disconnected nodes", function() {
6868
});
6969

7070
testIframe("selector/html5_selector", "attributes - jQuery.attr", function( jQuery, window, document ) {
71-
expect( 35 );
71+
expect( 36 );
7272

7373
/**
7474
* Returns an array of elements with the given IDs
@@ -150,9 +150,9 @@ testIframe("selector/html5_selector", "attributes - jQuery.attr", function( jQue
150150
});
151151
t( "Enumerated attribute", "[spellcheck]", ["span1"]);
152152

153-
// t( "tabindex selector does not retrieve all elements in IE6/7(#8473)", "form, [tabindex]", ["form1", "text1"]); // Uncomment this when the tabindex attrHook is deprecated
153+
t( "tabindex selector does not retrieve all elements in IE6/7(#8473)", "form, [tabindex]", ["form1", "text1"] );
154154

155-
t( "Improperly named form elements do not interfere with form selections (#9570)", "form[name='formName']", ["form1"]);
155+
t( "Improperly named form elements do not interfere with form selections (#9570)", "form[name='formName']", ["form1"] );
156156
});
157157

158158
testIframe("selector/sizzle_cache", "Sizzle cache collides with multiple Sizzles on a page", function( jQuery, window, document ) {

0 commit comments

Comments
 (0)