diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2015-10-25 15:25:56 -0400 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2015-10-25 15:33:31 -0400 |
commit | a93d1d7d78a38be8d2c40d615f56f823c660e0ae (patch) | |
tree | 3edb939ee3c8609dc6a02bced9a93a822da171cd /test/unit | |
parent | ada073e9acfc9a103b13b9b69d26590e1c834d04 (diff) | |
download | jquery-a93d1d7d78a38be8d2c40d615f56f823c660e0ae.tar.gz jquery-a93d1d7d78a38be8d2c40d615f56f823c660e0ae.zip |
Tests: Post-Summit cleanup
Ref 67d7a2eefee768b59eb3d51cb1fb2c671873e58a
Ref c752a5030bc00eb5b45dea9c28963f824a5c4f44
(cherry picked from commit f931786018058174fa63551a7a4a3fccf9de41fa)
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/attributes.js | 2 |
1 files changed, 1 insertions, 1 deletions
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("<img src='data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7' />") + var image = jQuery("<img src='data/1x1.jpg' />") .appendTo("#qunit-fixture"); assert.equal( image.prop("tabIndex" ), -1, "tabIndex on image" ); } ); |