From 0752687612d190f608e64181148ced1a4adfa5d6 Mon Sep 17 00:00:00 2001 From: timmywil Date: Mon, 31 Oct 2011 17:31:46 -0400 Subject: Revert "Landing pull request 530. Fixes coniditional path for tr, td defaultDisplay() calls. Fixes #10416." Fixes #10622. This reverts commit 22f2e8b3dc18dede5f1ccb28cbdf8cb5bcde115f. --- test/unit/effects.js | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'test') diff --git a/test/unit/effects.js b/test/unit/effects.js index b52e2414f..ca42bad8f 100644 --- a/test/unit/effects.js +++ b/test/unit/effects.js @@ -188,21 +188,6 @@ test("show() resolves correct default display #8099", function() { }); -test("defaultDisplay() correctly determines tr, td display #10416", function() { - - expect( 1 ); - var tr = "", - td = "new"; - - jQuery( tr ).append( td ).appendTo( "#table" ); - jQuery( tr ).hide().append( td ).appendTo( "#table" ).show(); - - equal( - jQuery( "#table" ).find( "tr" ).eq( 1 ).css( "display" ), - jQuery( "#table" ).find( "tr" ).eq( 0 ).css( "display" ), - "defaultDisplay() returns correct tr display values" - ); -}); test("animate(Hash, Object, Function)", function() { expect(1); -- cgit v1.2.3