mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Tests: Keep test iframes around for assertions
Ref 44f8239d3f
Ref gh-2644
Ref gh-2390
This commit is contained in:
parent
0703fd52ef
commit
0fb84fa8cc
@ -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();
|
||||
} );
|
||||
|
Loading…
Reference in New Issue
Block a user