]> source.dussan.org Git - jquery.git/commitdiff
Tests: Prepend test iframes for even *more* consistency
authorRichard Gibson <richard.gibson@gmail.com>
Tue, 25 Apr 2017 20:32:40 +0000 (16:32 -0400)
committerRichard Gibson <richard.gibson@gmail.com>
Tue, 25 Apr 2017 20:32:40 +0000 (16:32 -0400)
Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0

test/data/testinit.js

index 78136cbbc4e1bee3f40f92d87586043897b9da3a..07db69695b42b3cd46766ba52fdac6bd8467ae85 100644 (file)
@@ -259,7 +259,7 @@ this.testIframe = function( title, fileName, func, wrapper ) {
 
                // Attach iframe to the body for visibility-dependent code
                // It will be removed by either the above code, or the testDone callback in testrunner.js
-               $iframe.appendTo( document.body );
+               $iframe.prependTo( document.body );
        } );
 };
 this.iframeCallback = undefined;