From: Richard Gibson Date: Sun, 25 Oct 2015 19:25:56 +0000 (-0400) Subject: Tests: Post-Summit cleanup X-Git-Tag: 1.12.0~76 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a93d1d7d78a38be8d2c40d615f56f823c660e0ae;p=jquery.git Tests: Post-Summit cleanup Ref 67d7a2eefee768b59eb3d51cb1fb2c671873e58a Ref c752a5030bc00eb5b45dea9c28963f824a5c4f44 (cherry picked from commit f931786018058174fa63551a7a4a3fccf9de41fa) --- diff --git a/test/unit/attributes.js b/test/unit/attributes.js index edd900161..6a8f3acfc 100644 --- a/test/unit/attributes.js +++ b/test/unit/attributes.js @@ -735,7 +735,7 @@ QUnit.test( "prop('tabindex')", function( assert ) { QUnit.test( "image.prop( 'tabIndex' )", function( assert ) { assert.expect( 1 ); - var image = jQuery("") + var image = jQuery("") .appendTo("#qunit-fixture"); assert.equal( image.prop("tabIndex" ), -1, "tabIndex on image" ); } );