diff --git a/test/unit/css.js b/test/unit/css.js index ba0fab9f..1e4f9f90 100644 --- a/test/unit/css.js +++ b/test/unit/css.js @@ -397,7 +397,7 @@ test("jQuery.cssProps behavior, (bug #8402)", function() { test("widows & orphans #8936", function () { - var $p = jQuery("

").appendTo("#main").end(); + var $p = jQuery("

").appendTo("#qunit-fixture"); if ( "widows" in $p[0].style ) { expect(4);