Correct the attachment of the p tag in the widows/orphans tests. Fixes test suite in IE8

1.7/enhancement_8685
timmywil 2011-04-27 16:33:12 -04:00
parent b5772da087
commit c0450f3c2a
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ test("jQuery.cssProps behavior, (bug #8402)", function() {
test("widows & orphans #8936", function () {
var $p = jQuery("<p>").appendTo("#main").end();
var $p = jQuery("<p>").appendTo("#qunit-fixture");
if ( "widows" in $p[0].style ) {
expect(4);