diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2015-10-17 17:40:30 -0400 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2015-10-17 17:41:50 -0400 |
commit | 0fb84fa8ccefcd07febf282fd7b80262ad70add7 (patch) | |
tree | 0de9a6f13b23a319b51c498bbd01426438102acd /test/data | |
parent | 0703fd52ef88a2cdac93502070c51c93ffa1dfdd (diff) | |
download | jquery-0fb84fa8ccefcd07febf282fd7b80262ad70add7.tar.gz jquery-0fb84fa8ccefcd07febf282fd7b80262ad70add7.zip |
Tests: Keep test iframes around for assertions
Ref 44f8239d3f9d09d81e2885e9ae7e044277b67341
Ref gh-2644
Ref gh-2390
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/testinit.js | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } ); |