Tests: Post-Summit cleanup

Ref 67d7a2eefe
Ref c752a5030b

(cherry picked from commit f931786018)
This commit is contained in:
Richard Gibson 2015-10-25 15:25:56 -04:00
parent ada073e9ac
commit a93d1d7d78

View File

@ -735,7 +735,7 @@ QUnit.test( "prop('tabindex')", function( assert ) {
QUnit.test( "image.prop( 'tabIndex' )", function( assert ) { QUnit.test( "image.prop( 'tabIndex' )", function( assert ) {
assert.expect( 1 ); 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"); .appendTo("#qunit-fixture");
assert.equal( image.prop("tabIndex" ), -1, "tabIndex on image" ); assert.equal( image.prop("tabIndex" ), -1, "tabIndex on image" );
} ); } );