aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2013-08-20 15:53:28 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2013-08-20 15:53:28 +0200
commit2ac1cd91db5c20cbe8ba0db44f7640cd150060ee (patch)
treeec76cdd3d259a6320c30065359384cb4e3f9a32a
parent6f4da9a8dfc46f760d9116f53eb137e6554377e9 (diff)
downloadjquery-2ac1cd91db5c20cbe8ba0db44f7640cd150060ee.tar.gz
jquery-2ac1cd91db5c20cbe8ba0db44f7640cd150060ee.zip
No ticket. Correct a support comment for the `order` test.
-rw-r--r--test/unit/css.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/css.js b/test/unit/css.js
index 6c967f668..82fd6828a 100644
--- a/test/unit/css.js
+++ b/test/unit/css.js
@@ -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.