We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada073e commit a93d1d7Copy full SHA for a93d1d7
test/unit/attributes.js
@@ -735,7 +735,7 @@ QUnit.test( "prop('tabindex')", function( assert ) {
735
736
QUnit.test( "image.prop( 'tabIndex' )", function( assert ) {
737
assert.expect( 1 );
738
- var image = jQuery("<img src='data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7' />")
+ var image = jQuery("<img src='data/1x1.jpg' />")
739
.appendTo("#qunit-fixture");
740
assert.equal( image.prop("tabIndex" ), -1, "tabIndex on image" );
741
} );
0 commit comments