From c0450f3c2aab7af902ccf4ba0537088fc26f065d Mon Sep 17 00:00:00 2001 From: timmywil Date: Wed, 27 Apr 2011 16:33:12 -0400 Subject: [PATCH] Correct the attachment of the p tag in the widows/orphans tests. Fixes test suite in IE8 --- test/unit/css.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);