]> source.dussan.org Git - jquery.git/commitdiff
No ticket. Correct a support comment. (cherry-picked from f92a446ee8d6e98c43b87f185e7...
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 19 Aug 2013 18:16:16 +0000 (20:16 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 19 Aug 2013 18:16:46 +0000 (20:16 +0200)
test/unit/css.js

index 156bf9d7736f9f2b8f84b09ab77d350eadccb0cb..cb98d31b75338de8226c5e6de33bb4c53fa18c86 100644 (file)
@@ -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,