]> source.dussan.org Git - jquery.git/commitdiff
Tests: account for new offset tests
authorOleg Gaidarenko <markelog@gmail.com>
Mon, 8 Feb 2016 21:27:03 +0000 (00:27 +0300)
committerOleg Gaidarenko <markelog@gmail.com>
Mon, 8 Feb 2016 21:27:03 +0000 (00:27 +0300)
Ref 49833f7795d665ff1d543c4f71f29fca95b567e9

test/unit/offset.js

index 823ccd7d295aff590a51500efb216996f2459b5f..7d40bfcd1d48902656467e5212bff60af54d9008 100644 (file)
@@ -406,7 +406,7 @@ testIframe( "offset/table", "table", function( $, window, document, assert ) {
 } );
 
 testIframe( "offset/scroll", "scroll", function( $, win, doc, assert ) {
-       assert.expect( 24 );
+       assert.expect( 26 );
 
        assert.equal( $( "#scroll-1" ).offset().top, 7, "jQuery('#scroll-1').offset().top" );
        assert.equal( $( "#scroll-1" ).offset().left, 7, "jQuery('#scroll-1').offset().left" );