diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2017-04-25 16:32:40 -0400 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2017-04-25 16:32:40 -0400 |
commit | 5aaa51455517a4f1433552b7d45e2de202276ecc (patch) | |
tree | 3e1a82087392c6057221d8f4f6d538ebebc00c5c /test | |
parent | bb757213b270d07b535848a6d5a9b27650101285 (diff) | |
download | jquery-5aaa51455517a4f1433552b7d45e2de202276ecc.tar.gz jquery-5aaa51455517a4f1433552b7d45e2de202276ecc.zip |
Tests: Prepend test iframes for even *more* consistency
Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0
Diffstat (limited to 'test')
-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; |