]> source.dussan.org Git - jquery.git/commitdiff
No ticket. Correct a support comment for the `order` test.
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:53:28 +0000 (15:53 +0200)
test/unit/css.js

index 6c967f6680b0717487625a507f9411871e18c9fc..82fd6828a8908c51c98004095c07483cc5acbe4e 100644 (file)
@@ -1010,7 +1010,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.