From 2ea7876c2510a7d4a609561648c34edea0aeb8d5 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Sun, 16 Dec 2012 12:37:20 -0500 Subject: [PATCH] Fix #13064: better test fixture cleanup. Close gh-1075. --- test/data/testrunner.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/data/testrunner.js b/test/data/testrunner.js index 3f6398404..f7aca724a 100644 --- a/test/data/testrunner.js +++ b/test/data/testrunner.js @@ -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 -- 2.39.5