Skip to content

Commit a93d1d7

Browse files
committed
Tests: Post-Summit cleanup
Ref 67d7a2e Ref c752a50 (cherry picked from commit f931786)
1 parent ada073e commit a93d1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ QUnit.test( "prop('tabindex')", function( assert ) {
735735

736736
QUnit.test( "image.prop( 'tabIndex' )", function( assert ) {
737737
assert.expect( 1 );
738-
var image = jQuery("<img src='data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7' />")
738+
var image = jQuery("<img src='data/1x1.jpg' />")
739739
.appendTo("#qunit-fixture");
740740
assert.equal( image.prop("tabIndex" ), -1, "tabIndex on image" );
741741
} );

0 commit comments

Comments
 (0)