aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/basic.js
Commit message (Collapse)AuthorAgeFilesLines
* Revert "CSS: Make show/hide/toggle methods a module"Oleg Gaidarenko2015-11-111-9/+1
| | | | This reverts commit 67d7a2eefee768b59eb3d51cb1fb2c671873e58a.
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-181-1/+9
| | | | | | | | Unit test changes some uses of .show() and .hide() to .css( "display", ... ), there was already an implicit assumption in several of the existing tests. Fixes gh-2193 Close gh-2648
* Tests: Really fix tests in IE 8 this timeMichał Gołębiowski2015-09-081-1/+1
| | | | | | | | | IE 8 doesn't have indexOf on arrays. Also, one toLowerCase() was missing. Oops. This commit is not necessary on master but has been brought here to keep tests similar in both branches. (cherry-picked from 1b48eef4caf7fa3aba0ee1a3473e0d46487d20ea)
* Tests: Make basic tests work in IE 8Michał Gołębiowski2015-09-081-5/+43
| | | | | | | IE 8 prints tag names in upper case which was breaking some tests. This commit is not necessary on master but has been brought here to keep tests similar in both branches.
* Tests: Add simple tests for Android 2.3Michał Gołębiowski2015-09-081-0/+264
Fixes gh-2505 Closes gh-2509 Refs gh-2483