]> source.dussan.org Git - jquery.git/commitdiff
No ticket. Correct a support comment for the `order` test. (cherry-picked from 2ac1cd...
authorMichał Gołębiowski <m.goleb@gmail.com>
Tue, 20 Aug 2013 13:53:28 +0000 (15:53 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Tue, 20 Aug 2013 13:54:27 +0000 (15:54 +0200)
test/unit/css.js

index cb98d31b75338de8226c5e6de33bb4c53fa18c86..353aac045dbdc077c214f57bcf4be1afe3072d1c 100644 (file)
@@ -1049,7 +1049,7 @@ asyncTest( "Make sure initialized display value for disconnected nodes is correc
        jQuery._removeData( jQuery("#display")[ 0 ] );
 });
 
-// Support: Safari
+// Support: IE < 11, Safari < 7
 // 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,
 // but it's the best that we can do.