diff options
-rw-r--r-- | test/data/testrunner.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/data/testrunner.js b/test/data/testrunner.js index c9888c383..049be6657 100644 --- a/test/data/testrunner.js +++ b/test/data/testrunner.js @@ -316,6 +316,11 @@ var Globals = (function() { } }; + QUnit.done(function() { + // Remove out own fixtures outside #qunit-fixture + jQuery( "#nothiddendiv, #loadediframe, #dl" ).remove(); + }); + // jQuery-specific QUnit.reset QUnit.reset = function() { |