Skip to content

Commit f52fa81

Browse files
committed
Tests: account for new offset tests
Ref 49833f7
1 parent 49833f7 commit f52fa81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/unit/offset.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ testIframe( "offset/table", "table", function( $, window, document, assert ) {
406406
} );
407407

408408
testIframe( "offset/scroll", "scroll", function( $, win, doc, assert ) {
409-
assert.expect( 24 );
409+
assert.expect( 26 );
410410

411411
assert.equal( $( "#scroll-1" ).offset().top, 7, "jQuery('#scroll-1').offset().top" );
412412
assert.equal( $( "#scroll-1" ).offset().left, 7, "jQuery('#scroll-1').offset().left" );

0 commit comments

Comments
 (0)