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:25:56 -0400 |
commit | f931786018058174fa63551a7a4a3fccf9de41fa (patch) | |
tree | 7c783853a451b1637aae169fdf53d0a96a9ee67a /test/unit/attributes.js | |
parent | 5b554cf04e809d77026d7afba6f02a7599724377 (diff) | |
download | jquery-f931786018058174fa63551a7a4a3fccf9de41fa.tar.gz jquery-f931786018058174fa63551a7a4a3fccf9de41fa.zip |
Tests: Post-Summit cleanup
Ref 67d7a2eefee768b59eb3d51cb1fb2c671873e58a
Ref c752a5030bc00eb5b45dea9c28963f824a5c4f44
Diffstat (limited to 'test/unit/attributes.js')
-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 c1e159b8f..b70022f9e 100644 --- a/test/unit/attributes.js +++ b/test/unit/attributes.js @@ -739,7 +739,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" ); } ); |