No ticket. Correct a support comment for the order test.

This commit is contained in:
Michał Gołębiowski 2013-08-20 15:53:28 +02:00
parent 6f4da9a8df
commit 2ac1cd91db

View 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.