From: Michał Gołębiowski Date: Mon, 19 Aug 2013 18:16:16 +0000 (+0200) Subject: No ticket. Correct a support comment. (cherry-picked from f92a446ee8d6e98c43b87f185e7... X-Git-Tag: 1.11.0-beta1~71 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f5f36dbd89b6d1083e0379371f6e4f6c098b15b8;p=jquery.git No ticket. Correct a support comment. (cherry-picked from f92a446ee8d6e98c43b87f185e73240fabec5ae4) --- diff --git a/test/unit/css.js b/test/unit/css.js index 156bf9d77..cb98d31b7 100644 --- a/test/unit/css.js +++ b/test/unit/css.js @@ -1049,9 +1049,9 @@ asyncTest( "Make sure initialized display value for disconnected nodes is correc jQuery._removeData( jQuery("#display")[ 0 ] ); }); -// Support: IE, Firefox < 22, Safari +// Support: Safari // We have to jump through the hoops here in order to test work with "order" CSS property, -// that some browsers do not support, this test is not, strictly speaking, correct, +// that some browsers do not support. This test is not, strictly speaking, correct, // but it's the best that we can do. (function() { var style = document.createElement( "div" ).style,