From 5aaa51455517a4f1433552b7d45e2de202276ecc Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Tue, 25 Apr 2017 16:32:40 -0400 Subject: [PATCH] Tests: Prepend test iframes for even *more* consistency Ref 1d2df772b4d6e5dbf91df6e75f4a1809f7879ab0 --- test/data/testinit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;