From: Oleg Gaidarenko Date: Mon, 8 Feb 2016 21:27:03 +0000 (+0300) Subject: Tests: account for new offset tests X-Git-Tag: 3.0.0-rc1~85 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f52fa81811c173e300a75306436d66f27f30bbb3;p=jquery.git Tests: account for new offset tests Ref 49833f7795d665ff1d543c4f71f29fca95b567e9 --- diff --git a/test/unit/offset.js b/test/unit/offset.js index 823ccd7d2..7d40bfcd1 100644 --- a/test/unit/offset.js +++ b/test/unit/offset.js @@ -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" );