mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
parent
e94b5b0bbf
commit
00cc67af23
@ -667,7 +667,7 @@ QUnit.test( "chaining", function( assert ) {
|
|||||||
scrollLeft = win.pageXOffset,
|
scrollLeft = win.pageXOffset,
|
||||||
expectations = getExpectations( htmlPos, bodyPos, scrollTop, scrollLeft );
|
expectations = getExpectations( htmlPos, bodyPos, scrollTop, scrollLeft );
|
||||||
|
|
||||||
assert.expect( 1 + 3 * Object.keys( expectations ).length );
|
assert.expect( 3 * Object.keys( expectations ).length );
|
||||||
|
|
||||||
// Setup documentElement and body styles, preserving scroll position
|
// Setup documentElement and body styles, preserving scroll position
|
||||||
doc.documentElement.style.position = htmlPos;
|
doc.documentElement.style.position = htmlPos;
|
||||||
|
Loading…
Reference in New Issue
Block a user