Tests: Prepend test iframes for even *more* consistency

Ref 1d2df772b4
This commit is contained in:
Richard Gibson 2017-04-25 16:32:40 -04:00
parent bb757213b2
commit 5aaa514555

View 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;