diff options
Diffstat (limited to 'test/data/testinit.js')
-rw-r--r-- | test/data/testinit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/testinit.js b/test/data/testinit.js index 78136cbbc..07db69695 100644 --- a/test/data/testinit.js +++ b/test/data/testinit.js @@ -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; |