From cfe95a864330c45c2bf93ca4a89d84c01f5acff5 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Fri, 5 Oct 2012 20:31:43 -0400 Subject: [PATCH] fix failure from bad markup leaving an element behind. Closes gh-946 --- 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 25f6b9815..a54b4f492 100644 --- a/test/unit/css.js +++ b/test/unit/css.js @@ -564,7 +564,7 @@ test("show() resolves correct default display #10227", function() { expect(2); jQuery("html").append( - "

a

" + "

a

" ); equal( jQuery("body").css("display"), "none", "Initial display: none" ); -- 2.39.5