aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
Commit message (Collapse)AuthorAgeFilesLines
* Build: use tabs in CSS, also simplify and correct .editorconfigOleg Gaidarenko2016-02-111-49/+49
| | | | | See https://contribute.jquery.org/style-guide/css/#spacing > Indentation with tabs.
* Tests: test element position outside viewOleg Gaidarenko2016-02-111-42/+54
| | | | | | | Ref a0f5c357c4b256b03acdc57d5319ebfe4f25a69a Ref gh-2828 Ref gh-2836 Fixes gh-2909
* Core: use interactive to evaluate dom ready, barring IE6-10Timmy Willison2016-01-141-0/+23
| | | | | Fixes gh-2100 Close gh-2821
* Effects: add back support.shrinkWrapBlocks() for ie6Timmy Willison2016-01-061-0/+23
|
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-063-6/+17
| | | | This reverts commit 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278.
* Effects: Remove tests for jQuery.Animation & jQuery.TweenMichał Gołębiowski2015-12-221-3/+1
| | | | | | | | | | | | We'll officially support those APIs in jQuery 3.0 but we don't want to have to support them in 1.12/2.2. The code is left untouched, only tests (& official support) are removed. Refs b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2 Refs cdaed15c7ea1bbfdde5a5bea691c583ce7961526 Cherry-picked from a5864aefdfadfee16522456c82139fa10360d8fc
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-222-1/+3
|
* Revert "Ajax: Always use script injection in globalEval"Oleg Gaidarenko2015-12-222-2/+2
| | | | This reverts commit 37f0f7f42cd158e36665066d88708ca4aa0713ac.
* Revert "CSS: simplify hack of css getter for the computed values"Oleg Gaidarenko2015-12-221-5/+0
| | | | This reverts commit dac716ca65a83bab2449ffa35c43b4b52e26a0c1.
* Revert "CSS: Ignore the CSS cascade in show()/hide()/etc."Oleg Gaidarenko2015-12-222-3/+11
| | | | This reverts commit 9df8bd205ab78308c34af70c934c42175e560e86.
* Tests: Change quotes according to style guidelinesJulian Alexander Murillo2015-10-257-16/+16
| | | | | | Close gh-2339 (cherry picked from commit c577928d45bdcc3ee8f93da89ab7aadca21919f3)
* Tests: Keep test iframes around for assertionsRichard Gibson2015-10-251-1/+1
| | | | | | | | Ref 44f8239d3f9d09d81e2885e9ae7e044277b67341 Ref gh-2644 Ref gh-2390 (cherry picked from commit 0fb84fa8ccefcd07febf282fd7b80262ad70add7)
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-181-1/+2
| | | | | Fixes gh-2237 Closes gh-2276
* Ajax: improve content-type detectionOleg Gaidarenko2015-10-121-0/+5
| | | | | | Cherry-picked from 239169bb2ede6ea6287d82d1d13b0c354f451749 Fixes gh-2584 Closes gh-2643
* Event: fix incorrect testOleg Gaidarenko2015-10-121-1/+1
| | | | | | | Which was revealed by 03eaadb131df925d1072afd2496ee3b41d2f1fc6 commit, also do not try to fix typos in data/jquery version Cherry-picked from d92310050ca7bf0b33825d64e052f9a8809c3e9e
* Tests:Docs: Fix various typosGary Ye2015-10-122-3/+3
| | | | | | | | | | | | | * Changes "baar" to "bar" when used with "foo" in readme and comments of js files * mousenter -> mouseenter Thanks @garysye, @KimTaehee Cherry-picked from 03eaadb131df925d1072afd2496ee3b41d2f1fc6 Closes gh-2613 Closes gh-2601
* Event: Move .bind() and .delegate() to deprecatedDave Methvin2015-10-121-0/+1
| | | | | | Cherry-picked from ee0854f85bd686b55757e8854a10480f23c928da Fixes gh-2288 Closes gh-2624
* Tests: Use QUnit URL parameter parsingRichard Gibson2015-10-081-6/+3
| | | | (cherry picked from commit f23a64d745759d358d423ba0557e8f74d65f76cc)
* Tests: Add dummy modules when running basic testsRichard Gibson2015-10-081-13/+16
| | | | | | | | | Without this, other modules don't appear in the QUnit module picker. Ref 855b0c8c288533948b257925a8906f7da3449eed Closes gh-2582 (cherry picked from commit f9af896bb8f4cb37b22d508443174c8edf40fc54)
* 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.
* Tests: Don't load non-basic tests when basic module is selectedMichał Gołębiowski2015-09-081-29/+37
| | | | | | | | | | When loading basic tests don't load any others to not overload Android 2.3. The drawback is that most tests are not selectable in the module dropdown when the basic module is seelcted. (cherry-picked from 855b0c8c288533948b257925a8906f7da3449eed) Refs 2c7e9c934971500a746d012c529e13ec0b560a83
* Tests: Backport basic tests from masterMichał Gołębiowski2015-09-081-0/+6
| | | | | | | | | | | | | Commit 2c7e9c9 added the basic test suite; these are the only tests that are now run on Android 2.3 on master. On compat we're keeping full Android 2.3 support for now but the tests and the testswarm basic run mode have been cherry-picked anyway to reduce the divergence between branches. (cherry-picked from 2c7e9c934971500a746d012c529e13ec0b560a83) Fixes gh-2505 Closes gh-2509 Refs gh-2483
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-082-11/+11
| | | | | | | | | * Remove QUnit jshint globals * Extend QUnit.assert methods * Use assert.async instead of start/stop/done Ref b930d14ce64937e9478405eee2828d4da091d2cb Ref c8d15a2f9f108e90d3651c31e4abf45415a30fde
* Tests: lower the PHP sleep time in unreleasedXHR.htmlMichał Gołębiowski2015-09-081-1/+1
| | | | | | | | | | | | The AJAX test performed in unreleasedXHR.html was scheduling PHP processes sleeping for 10 minutes. When a lot of commits are tested in short intervals this was causing build failures due to the drained php-fpm pool. The 10 seconds sleep time should be enough for this test. (cherry-picked from 02e10082b25df3b47b6b98e3b35399712795b7df) Refs 62acda819f9b6fba9263d0b613e15285807b23a7
* Tests: Partially use new qunit interfaceOleg Gaidarenko2015-09-071-33/+39
| | | | | | | | | | | | | http://qunitjs.com/upgrade-guide-2.x/ For most of the boring work was used https://github.com/apsdehal/qunit-migrate package However, it can't update local qunit helpers, plus in some places old QUnit.asyncTest signature is still used Ref b930d14ce64937e9478405eee2828d4da091d2cb Fixes gh-2540
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-075-822/+1116
| | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056
* Docs: Fix various spelling mistakesBruno Pérel2015-07-301-1/+1
| | | | | | (cherry-picked from 360a4780339b7f412b75ad8a06dca7f39616f654) Closes gh-2487
* Effects: Adding unit tests for jQuery.AnimationCorey Frang2015-06-261-0/+1
| | | | | | | | | Closes gh-2340 (cherry picked from commit b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2) Conflicts: src/effects.js
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-261-1/+2
| | | | | | | Conflicts: src/selector-native.js test/index.html test/unit/effects.js
* Offset: add tests for hidden elements + scrollTimmy Willison2015-06-161-0/+2
| | | | | - Also add comments to hidden/disconnected tests noting this is to ensure consistency between branches
* Tests: Remove test/data/ua.txtMichał Gołębiowski2015-06-161-272/+0
| | | | | | | | | The file was used by $.browser tests but $.browser now doesn't exists in Core and this file hasn't been updated for a few years. (cherry-picked from e831856490d2212bdbaff4cd76137b93ccf26d92) Fixes gh-2398
* CSS: Ignore the CSS cascade in show()/hide()/etc.Richard Gibson2015-05-111-10/+2
| | | | | | | | | | | | | | | | Fixes gh-1767 Fixes gh-2071 Closes gh-2180 (cherry picked from commit 86419b10bfa5e3b71a7d416288ab806d47a31d1f) Conflicts: src/css.js src/css/defaultDisplay.js src/effects.js test/data/testsuite.css test/unit/css.js test/unit/effects.js
* Tests: Increase QUnit timeoutMichał Gołębiowski2015-04-271-1/+1
| | | | | | | | | | | | | | Android 2.3 is very slow & times out a lot in async tests, they have to be restarted multiple times to settle. Long test execution is not a huge problem as Android 2.3 is tested only periodically during the night, unstable tests are a bigger problem. This might mitigate that. In a regular scenario almost all tests should pass so increasing the timeout for all browsers shouldn't have a huge impact on overall test time. (cherry-picked from ff18d8e2060ae7c15c7694dc6bcbbeb9cbfbdaa4) Closes gh-2232
* Ajax: make jQuery#load "type" field explicitOleg Gaidarenko2015-02-152-0/+1
| | | | | | | | | * Move "evalScript.php" file to appropriate place * Make jQuery#load "type" field explicit and add test for it Ref trac-11264 Ref 4ef120d3f2578fe3d52eb6c0d0641df945991391
* CSS: simplify hack of css getter for the computed valuesOleg Gaidarenko2014-12-241-0/+5
| | | | Ref gh-1906
* Build: fix tests in AMD modeTimmy Willison2014-12-101-1/+3
|
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-084-40/+6
| | | | | | | | | | That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Fixes gh-1836 Fixes gh-1701 Refs gh-1815 Refs gh-1820
* Tests: Minor updates for QUnit 1.16 compatibilityRichard Gibson2014-12-051-4/+3
| | | | More to come later.
* CSS: Fix get upper case alpha opacity in IE8Zheming Sun2014-11-081-0/+7
| | | | | Fixes gh-1705 Closes gh-1704
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-172-10/+26
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/tasks/build.js src/ajax/xhr.js src/attributes/classes.js src/attributes/prop.js src/attributes/val.js src/core/init.js src/core/ready.js src/css.js src/css/curCSS.js src/css/defaultDisplay.js src/data.js src/data/var/dataPriv.js src/data/var/dataUser.js src/dimensions.js src/effects.js src/event.js src/manipulation.js src/offset.js src/queue.js src/selector-native.js test/data/testrunner.js
* Ajax: Always use script injection in globalEvalOleg Gaidarenko2014-06-162-2/+2
| | | | | Fixes #14757 Ref bbdfbb4ee859fe9319b348d88120ddc2c9efbd63
* Data: Work around IE11 bug with onpageshow attributeDave Methvin2014-04-301-0/+16
| | | | | | | | | Fixes #14894 (cherry picked from commit b8133e282ceebf502c7c08d849b176a929c9c450) Conflicts: src/data.js test/unit/data.js
* Effects: Respect display value on inline elementsOleg Gaidarenko2014-04-301-0/+3
| | | | | | | | | | | | Take "olddisplay" value into the account Fixes #14824 Closes gh-1566 Ref 73fe17299a840a8a7f3ffffcac15e32a88bd3d66 (cherry-picked from c34dbf5a8d135e0f873ab7a76d1c8f8e316f31e4) Conflicts: src/effects.js
* Tests: Comply the style guideOleg Gaidarenko2014-04-151-16/+16
|
* Tests: Fix failing ajax tests in oldIEOleg Gaidarenko2014-04-153-4/+4
|
* Tests: Remove unused variablesOleg Gaidarenko2014-04-151-7/+3
|
* Tests: Improve jsonp testsOleg Gaidarenko2014-04-151-1/+1
| | | | | Since global variable for callback always would be equal to undefined value it better to check for boolean instead
* Build: Use jscs to check test helpersOleg Gaidarenko2014-04-152-2/+0
| | | | | | | Also fix issues found by jscs Conflicts: test/data/testrunner.js
* Tests: Remove Sizzle intergration testsOleg Gaidarenko2014-04-152-176/+27
| | | | | | | Fixes #14818 Conflicts: test/data/testrunner.js
* Tests: Simplify "testTimeout" optionOleg Gaidarenko2014-04-151-1/+1
|