mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Fix #13064: better test fixture cleanup. Close gh-1075.
This commit is contained in:
@@ -317,8 +317,8 @@ var Globals = (function() {
|
||||
};
|
||||
|
||||
QUnit.done(function() {
|
||||
// Remove out own fixtures outside #qunit-fixture
|
||||
jQuery( "#nothiddendiv, #loadediframe, #dl" ).remove();
|
||||
// Remove our own fixtures outside #qunit-fixture
|
||||
jQuery("#qunit ~ *").remove();
|
||||
});
|
||||
|
||||
// jQuery-specific QUnit.reset
|
||||
|
||||
Reference in New Issue
Block a user