diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2015-07-27 22:14:48 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2015-07-27 22:14:48 +0200 |
commit | 93bee4701d14202045a88aab156da0daf9418430 (patch) | |
tree | aa57c268723238adad2953a4c89b7fc6a2d4d178 /test/unit/css.js | |
parent | bf48c21d225c31f0f9b5441d95f73615ca3dcfdb (diff) | |
download | jquery-93bee4701d14202045a88aab156da0daf9418430.tar.gz jquery-93bee4701d14202045a88aab156da0daf9418430.zip |
Core: Adjust comments & tests after dropping Safari 6 support
Support comments that mentioned only Safari < 7 were checked & updated
to account for bugs existing in newer versions as well; Safari 6 support
test results were removed.
Refs gh-2482
Diffstat (limited to 'test/unit/css.js')
-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 47db2c8f3..181695b70 100644 --- a/test/unit/css.js +++ b/test/unit/css.js @@ -1121,7 +1121,7 @@ test( "show() after hide() should always set display to initial value (#14750)", equal( div.css( "display" ), "list-item", "should get last set display value" ); }); -// Support: IE < 11, Safari < 7 +// Support: IE < 11 // 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. |