Skip to content

Commit 06128a9

Browse files
committed
Tests: Keep test iframes around for assertions
Ref 44f8239 Ref gh-2644 Ref gh-2390 (cherry picked from commit 0fb84fa)
1 parent d846c25 commit 06128a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/data/testinit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ this.testIframeWithCallback = function( title, fileName, func ) {
252252
setTimeout( function() {
253253
this.iframeCallback = undefined;
254254

255-
iframe.remove();
256255
func.apply( this, args );
257256
func = function() {};
257+
iframe.remove();
258258

259259
done();
260260
} );

0 commit comments

Comments
 (0)