Tests: Keep test iframes around for assertions

Ref 44f8239d3f
Ref gh-2644
Ref gh-2390
This commit is contained in:
Richard Gibson 2015-10-17 17:40:30 -04:00
parent 0703fd52ef
commit 0fb84fa8cc

View File

@ -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();
} );