X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=test%2Funit%2Feffects.js;h=a07c076d7820b14df2b75b094ec333e78c43afa6;hb=b9f5e2b97458f89cbcac3a333ba95b0eac568d49;hp=7da814343467bbc9e36364beed1c1b2b6123dded;hpb=bb9408516aa0fc8892f4e07a99b1a47bce06081b;p=jquery.git diff --git a/test/unit/effects.js b/test/unit/effects.js index 7da8143..a07c076 100644 --- a/test/unit/effects.js +++ b/test/unit/effects.js @@ -162,18 +162,6 @@ test("Persist correct display value", function() { }); }); -test("show() resolves correct default display #8099", function() { - expect(3); - var bug8099 = jQuery("").appendTo("#main"); - - equals( bug8099.css("display"), "none", "default display override for all tt" ); - equals( bug8099.show().css("display"), "inline", "Correctly resolves display:inline" ); - - bug8099.remove(); - - equals( jQuery("#foo").hide().show().css("display"), "block", "Correctly resolves display:block after hide/show" ); -}); - test("animate(Hash, Object, Function)", function() { expect(1); stop();