Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: remove testswarm grunt task | Timmy Willison | 2024-06-11 | 1 | -3/+0 |
| | | | Closes gh-2263 | ||||
* | Build: Fork vendors to remove QUnit deprecated API usage | Michał Gołębiowski-Owczarek | 2023-05-10 | 1 | -2/+2 |
| | | | | | | | | | | | | Changes: * add `tests/lib/vendor/**/*` to `.eslintignore` * move `qunit-composite` to `tests/lib` so that we can modify it * move `qunit-assert-classes` to `tests/lib` so that we can modify it * move `qunit-assert-close` to `tests/lib` so that we can modify it * replace `assert.push` with `assert.pushResult` * remove usage of `QUnit.extend` Closes gh-2157 | ||||
* | Tests: Switch from QUnit.jsDump to QUnit.dump | Michał Gołębiowski-Owczarek | 2023-05-10 | 1 | -1/+1 |
| | | | | | | `QUnit.jsDump` was renamed to `QUnit.dump` in QUnit 2.0. Ref gh-2157 | ||||
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 1 | -2/+1 |
| | | | | | Fixes #15393 Closes gh-1958 | ||||
* | Position: Make sure `of` is treated as a CSS selector | Michał Gołębiowski-Owczarek | 2021-05-04 | 1 | -1/+19 |
| | | | Closes gh-1955 | ||||
* | Tests: Skip a scrollbar test in jQuery 3.2 | Michał Gołębiowski-Owczarek | 2020-07-23 | 1 | -1/+7 |
| | | | | | | | | | | | jQuery 3.2 incorrectly handle scrollbars in WebKit/Blink-based browsers. This is fixed in version 3.3, see https://github.com/jquery/jquery/issues/3589. As the data here comes from jQuery directly and the changes to fix it are non-trivial: https://github.com/jquery/jquery/pull/3656, just accept that scrollbar data in this jQuery version is inaccurate. Closes gh-1927 Ref jquery/jquery#3589 Ref jquery/jquery#3656 | ||||
* | Tests: Ensure no timers are running at the end of each test (#1920) | Michał Gołębiowski-Owczarek | 2020-05-16 | 1 | -2/+4 |
| | | | | | | | | | | | | | This helps fix issues that make tooltip tests sometimes fail when run against jQuery 3.2 or newer due to timing differences. Details: * Add the `moduleAfterEach` function ensuring no timers are running. * Attach this function via `common.testWidget`. * Attach this function to most test suites. * Add a tooltip test helper cleaning up leftover timers. * Rename legacy `setup`/`teardown` hooks to `beforeEach`/`afterEach`. Closes gh-1920 | ||||
* | Position: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 1 | -118/+119 |
| | |||||
* | Position: Style updates | Alexander Schmitz | 2015-09-11 | 1 | -141/+141 |
| | | | | Ref #14246 | ||||
* | Position: Remove IE6 workarounds in tests | Scott González | 2015-04-20 | 1 | -12/+7 |
| | | | | Closes gh-1543 | ||||
* | Tests: Fix AMD loading in IE8 | Scott González | 2015-04-17 | 1 | -0/+1 |
| | | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8. | ||||
* | Tests: Rename files | Scott González | 2015-04-09 | 2 | -1/+1 |
| | | | | Ref gh-1528 | ||||
* | Position: Convert tests to new infrastructure | Scott González | 2015-04-09 | 2 | -17/+9 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tests: Switch to the new qunit-composite module | Scott González | 2015-04-07 | 1 | -2/+2 |
| | | | | | | This module was created from our existing implementation. Closes gh-1532 | ||||
* | Position: Add unit tests for bug 8710 | Thomas Meyer | 2015-01-09 | 2 | -0/+40 |
| | | | | | Ref #8710 Closes gh-1071 | ||||
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 1 | -1/+1 |
| | | | | Fixes #10563 | ||||
* | Tests: Fix composite tests | Scott González | 2014-08-01 | 1 | -1/+1 |
| | |||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 2 | -4/+4 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 1 | -5/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -1/+1 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Position: Avoid reading overflow css on documents | Thomas Meyer | 2014-01-15 | 1 | -1/+8 |
| | | | | | Fixes #9533 Closes gh-1072 | ||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 1 | -1/+1 |
| | | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory. | ||||
* | Position Tests: Fix FF and IE10 test failures by accounting for subpixel ↵ | Mike Sherov | 2013-03-31 | 1 | -3/+9 |
| | | | | offsets. | ||||
* | Position: Handle decimal percentage offsets. Fixes #9076: percentage offset ↵ | David Petersen | 2013-02-12 | 1 | -1/+25 |
| | | | | does not support decimal | ||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Skip collision: fit test in IE until TestSwarm stops using iframes. | Scott González | 2012-11-05 | 1 | -0/+3 |
| | |||||
* | Position: Removed offset option. Fixes #6982 - Position: Remove offset option. | Scott González | 2012-10-25 | 3 | -92/+0 |
| | |||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 1 | -0/+1 |
| | |||||
* | Tests: Remove the need to include the 'ui.' prefix in testJshint() now that ↵ | Scott González | 2012-06-15 | 1 | -1/+1 |
| | | | | effects use 'ui.'. | ||||
* | Position: Apply IE6 line-height workaround to deprecated tests, too | Jörn Zaefferer | 2012-05-07 | 1 | -2/+2 |
| | |||||
* | Position tests: Work around IE6 bug with forced heights on small elements. | Scott González | 2012-05-04 | 1 | -2/+2 |
| | |||||
* | Tests: Run JSHint. | Scott González | 2012-04-29 | 1 | -0/+2 |
| | |||||
* | Position: Fix markup for deprecated tests. Insert/remove some new lines to ↵ | Jörn Zaefferer | 2012-04-26 | 2 | -16/+6 |
| | | | | make comparision to position.html trivial | ||||
* | Merge branch 'position-notification' | Jörn Zaefferer | 2012-04-24 | 2 | -5/+88 |
|\ | |||||
| * | Position: Fix scrollbar calculcation to correctly take overflow:scroll into ↵ | Jörn Zaefferer | 2012-04-24 | 2 | -1/+62 |
| | | | | | | | | account, along with unit tests | ||||
| * | Position: Extend unit test for using to check feedback properties | Jörn Zaefferer | 2012-04-24 | 1 | -4/+26 |
| | | |||||
* | | Position tests: Fixed typo. | Scott González | 2012-04-24 | 1 | -1/+1 |
|/ | |||||
* | Position: Added tests for flipfit. | Scott González | 2012-04-23 | 1 | -3/+57 |
| | |||||
* | Position tests: Simplify logic and reduce tests. | Scott González | 2012-04-23 | 4 | -762/+224 |
| | |||||
* | Position tests: Removed unused elements. | Scott González | 2012-04-23 | 2 | -16/+0 |
| | |||||
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 2 | -14/+10 |
| | |||||
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 1 | -2/+2 |
| | |||||
* | Tests: Lint | Scott González | 2012-04-19 | 2 | -89/+84 |
| | |||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 3 | -66/+66 |
| |