mirror of
https://github.com/jquery/jquery.git
synced 2026-01-31 16:07:59 -05:00
Tests: Keep test iframes around for assertions
Ref 44f8239d3f
Ref gh-2644
Ref gh-2390
This commit is contained in:
@@ -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();
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user