mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Fix #13064: better test fixture cleanup. Close gh-1075.
This commit is contained in:
parent
06f46dad93
commit
2ea7876c25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user