diff --git a/test/unit/css.js b/test/unit/css.js index cb98d31b7..353aac045 100644 --- a/test/unit/css.js +++ b/test/unit/css.js @@ -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.