diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2016-02-09 00:27:03 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2016-02-09 00:27:03 +0300 |
commit | f52fa81811c173e300a75306436d66f27f30bbb3 (patch) | |
tree | e8a91b6d2ef292a53838e9a1ec3604f7081d483c /test/unit/offset.js | |
parent | 49833f7795d665ff1d543c4f71f29fca95b567e9 (diff) | |
download | jquery-f52fa81811c173e300a75306436d66f27f30bbb3.tar.gz jquery-f52fa81811c173e300a75306436d66f27f30bbb3.zip |
Tests: account for new offset tests
Ref 49833f7795d665ff1d543c4f71f29fca95b567e9
Diffstat (limited to 'test/unit/offset.js')
-rw-r--r-- | test/unit/offset.js | 2 |
1 files changed, 1 insertions, 1 deletions
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" ); |