diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-08-20 15:53:28 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2013-08-20 15:54:27 +0200 |
commit | 0f03378bdce8fb092f9900835f5abeee614f00ec (patch) | |
tree | 308d2e80ba56ae3d57b885737f22540d8f156505 /test/unit | |
parent | ef5693f7be9df676a15213b5845c25d0842cd32c (diff) | |
download | jquery-0f03378bdce8fb092f9900835f5abeee614f00ec.tar.gz jquery-0f03378bdce8fb092f9900835f5abeee614f00ec.zip |
No ticket. Correct a support comment for the `order` test. (cherry-picked from 2ac1cd91db5c20cbe8ba0db44f7640cd150060ee)
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/css.js | 2 |
1 files changed, 1 insertions, 1 deletions
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. |