aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2013-08-19 20:16:16 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2013-08-19 20:16:16 +0200
commitf92a446ee8d6e98c43b87f185e73240fabec5ae4 (patch)
treeb60c9d4e985a4b1ae31d2944484076ec4afdf6f3 /test
parente3584179fe919c59033e54f019a1511691d2c85b (diff)
downloadjquery-f92a446ee8d6e98c43b87f185e73240fabec5ae4.tar.gz
jquery-f92a446ee8d6e98c43b87f185e73240fabec5ae4.zip
No ticket. Correct a support comment.
Diffstat (limited to 'test')
-rw-r--r--test/unit/css.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/css.js b/test/unit/css.js
index 4e0ae1e55..6c967f668 100644
--- a/test/unit/css.js
+++ b/test/unit/css.js
@@ -1010,9 +1010,9 @@ asyncTest( "Make sure initialized display value for disconnected nodes is correc
jQuery._removeData( jQuery("#display")[ 0 ] );
});
-// Support: IE, Firefox < 22, Safari
+// Support: Safari
// 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,
+// that some browsers do not support. This test is not, strictly speaking, correct,
// but it's the best that we can do.
(function() {
var style = document.createElement( "div" ).style,