mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Tests: Post-Summit cleanup
Ref67d7a2eefe
Refc752a5030b
(cherry picked from commitf931786018
)
This commit is contained in:
parent
ada073e9ac
commit
a93d1d7d78
@ -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" );
|
||||
} );
|
||||
|
Loading…
Reference in New Issue
Block a user