diff --git a/test/unit/css.js b/test/unit/css.js index 6a8d7ac46..bfbe8ae5e 100644 --- a/test/unit/css.js +++ b/test/unit/css.js @@ -708,14 +708,7 @@ test("widows & orphans #8936", function () { var $p = jQuery("
").appendTo("#qunit-fixture"); - expect( 4 ); - $p.css({ - "widows": 0, - "orphans": 0 - }); - - equal( $p.css( "widows" ) || jQuery.style( $p[0], "widows" ), 0, "widows correctly start with value 0" ); - equal( $p.css( "orphans" ) || jQuery.style( $p[0], "orphans" ), 0, "orphans correctly start with value 0" ); + expect( 2 ); $p.css({ "widows": 3,