From 06128a9d7737310697ddeeacda3843bdf4793db3 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Sat, 17 Oct 2015 17:40:30 -0400 Subject: [PATCH] Tests: Keep test iframes around for assertions Ref 44f8239d3f9d09d81e2885e9ae7e044277b67341 Ref gh-2644 Ref gh-2390 (cherry picked from commit 0fb84fa8ccefcd07febf282fd7b80262ad70add7) --- 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 e88df966f..ca8f433d7 100644 --- a/test/data/testinit.js +++ b/test/data/testinit.js @@ -252,9 +252,9 @@ this.testIframeWithCallback = function( title, fileName, func ) { setTimeout( function() { this.iframeCallback = undefined; - iframe.remove(); func.apply( this, args ); func = function() {}; + iframe.remove(); done(); } ); -- 2.39.5