]> source.dussan.org Git - jquery.git/commitdiff
Offset: fix iframe scrollTop/Left test for IE8
authorOleg Gaidarenko <markelog@gmail.com>
Wed, 24 Dec 2014 01:24:59 +0000 (04:24 +0300)
committerOleg Gaidarenko <markelog@gmail.com>
Wed, 24 Dec 2014 01:29:10 +0000 (04:29 +0300)
Ref ae30fb6c27a2121578d3ce7ca6e2ba1d205545b8

test/unit/offset.js

index dc56f06ec80b9a4a27409a01f4a5c425042de101..2692f7ad26c4981ea59dc08047f5df973fb24935 100644 (file)
@@ -554,6 +554,7 @@ test("iframe scrollTop/Left (see gh-1945)", function() {
        var ifDoc = jQuery( "#iframe" )[ 0 ].contentDocument;
        jQuery( "#iframe" ).css( "width", "50px" ).css( "height", "50px" );
        ifDoc.write( "<div style='width: 1000px; height: 1000px;'></div>" );
+       ifDoc.close();
 
        jQuery( ifDoc ).scrollTop( 200 );
        jQuery( ifDoc ).scrollLeft( 500 );