We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac716c commit d632699Copy full SHA for d632699
test/unit/offset.js
@@ -554,6 +554,7 @@ test("iframe scrollTop/Left (see gh-1945)", function() {
554
var ifDoc = jQuery( "#iframe" )[ 0 ].contentDocument;
555
jQuery( "#iframe" ).css( "width", "50px" ).css( "height", "50px" );
556
ifDoc.write( "<div style='width: 1000px; height: 1000px;'></div>" );
557
+ ifDoc.close();
558
559
jQuery( ifDoc ).scrollTop( 200 );
560
jQuery( ifDoc ).scrollLeft( 500 );
0 commit comments