]> source.dussan.org Git - jquery-ui.git/commitdiff
Tests: Change the input in the effects test to a text input. This fixes failing tests...
authorkborchers <k_borchers@yahoo.com>
Wed, 2 Nov 2011 17:22:58 +0000 (12:22 -0500)
committerkborchers <k_borchers@yahoo.com>
Wed, 2 Nov 2011 17:22:58 +0000 (12:22 -0500)
tests/unit/effects/effects_core.js

index e1d52bd8072c3dbcbb20c3d354fe7de42e17b37d..aca4c469486ccc688a541b2de8861ab84abe565f 100644 (file)
@@ -34,7 +34,7 @@ test( "Immediate Return Conditions", function() {
 test( "createWrapper and removeWrapper retain focused elements (#7595)", function() {
        expect( 2 );
        var test = $( "div.hidden" ).show(),
-               input = $( "<input>" ).appendTo( test ).focus();
+               input = $( "<input type='text'>" ).appendTo( test ).focus();
 
        $.effects.createWrapper( test );
        equal( document.activeElement, input[ 0 ], "Active element is still input after createWrapper" );