aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Tests: Remove QUnit start hookOleg Gaidarenko2014-04-151-7/+1
| | | | | Conflicts: test/data/testrunner.js
* Core: Change the sleep time in dont_return.php from 100s to 30sMichał Gołębiowski2014-03-191-1/+1
| | | | | | | | Half a minute is more than enough for the test to finish even in the slowest browsers and in case of starving the PHP FPM process pool, one has to wait for only half a minute to try again. (cherry-picked from a10aa3aac5223c250327d00c500ceb9c7a18b7f9)
* Core: Change the sleep time in dont_return.php to a sane valueMichał Gołębiowski2014-03-181-1/+1
| | | | | | | PHP sleep function accepts time in seconds, not milliseconds; the previous value was starving the PHP FPM process pool. (cherry-picked from b5074944b0b27f50ffe2ca9f96348b8d0cd5c82c)
* Core: Bump timeouts to stabilize doc ready testMichał Gołębiowski2014-03-132-2/+2
| | | | | | | | The "document ready when jQuery loaded asynchronously" test fails all the time in iOS7 and sometimes in other browsers. Bumping the timeouts *might* help these other browsers to be less flakey here. (cherry-picked from 854d242db457e3191e3ca1f2a366f6c981a12fbc)
* Core: Add test for jQuery.ready.promise fallback loadMichał Gołębiowski2014-03-132-0/+38
| | | | | | Fix #13655 Close gh-1209 Ref 32b066d3805a48f8c8312562ed52a1b5910b1d85
* Support: Simplify the box-sizing testMichał Gołębiowski2014-03-101-19/+0
| | | | Don't require body in the support.boxSizing test.
* Core: Do not run window.onready when readyDave Methvin2014-03-041-0/+24
| | | | | Fixes #14802 (cherry picked from commit 2df1aad6a1c9376c2a477eba26ee992113ed1c23)
* Event: Allow triggerHandler(beforeunload)Dave Methvin2014-03-041-0/+18
| | | | | | | | Fixes #14791 (cherry picked from commit 06adf7c95d93507908181995a9ea15fe2729595a) Conflicts: src/event.js
* Ajax: .load() should trim its selectorDave Methvin2014-03-041-0/+1
| | | | | | | | Fixes #14773 (cherry picked from commit 3a68c114e3a30af86dc261c9d62ce2ae4144d420) Conflicts: src/ajax/load.js
* Tests: Remove one of the checks for memory leakOleg2014-01-141-12/+0
| | | | | This check is redundant since jQuery.fragments object does not exist anymore (cherry-picked from 38c122a73a843a0d117d4f962cc94fda6f553086)
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2014-01-031-9/+8
| | | | | Closes gh-1470 Ref #1457
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-061-1/+1
| | | | | | | | | | | | | | | | Tracked bower dependencies are located at "src/sizzle" and "test/libs". The source-destination mapping is in the Gruntfile. When updating a bower dependency, update the version in bower.json, run `grunt bower`, and then commit the result. When adding a dependency, update the bowercopy task accordingly. Fixes #14615. Closes gh-1452. Conflicts: bower.json test/index.html
* Ajax: Use weak ETag header in testsCorey Frang2013-11-261-2/+5
| | | | | | | See http://en.wikipedia.org/wiki/HTTP_ETag#Strong_and_weak_validation Close gh-1448 (cherry picked from commit d2aa969206aa1b7738b911cdaf29038f249b5066)
* Fix #14503: Cast to string before setting XHR header. Close gh-1427.hongymagic2013-11-141-1/+6
|
* Use grunt and bower packages as local dependencies. Close gh-1433.Timmy Willison2013-11-141-1/+3
|
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-11-121-0/+18
| | | | | (cherry picked from commit ebdb467761d756d4e52608a0df4a4d9b17da8092) (conflicts with .data() resolved manually)
* Use full version of jQuery 1.9.1Oleg2013-11-082-5/+9597
| | | | | Had some weird failures in IE with xhr build of 1.9.1. Cherry picked from 626cbde7f8267e2463cef85d84f9f0172f1c7cb9 commit
* Fix #14422 and add more thorough check for CSP violationsOleg2013-11-074-8/+9
| | | | Close gh-1413
* Fix #14074: element id="nodeName". Close gh-1389.Richard Gibson2013-11-071-0/+24
|
* Ref f9d41ac6: Opera-compatible form targetRichard Gibson2013-11-041-1/+1
| | | | (cherry picked from commit d5b7139abce9dd207773531d6dcb3493c6ac0c7c)
* Fix #14379: AJAX requests on unloadRichard Gibson2013-11-041-0/+30
| | | | | | | | (cherry picked from commit f9d41ac641dcb5a93ba8a9027476b160d8f41111) Conflicts: src/ajax/xhr.js
* Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369."Dave Methvin2013-10-221-18/+0
| | | | | | This reverts commit bba8366af48bd2c80c96e7a0f58b3e16fd736125. Because cross-frame focus sucks.
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-10-221-0/+18
| | | | | (cherry picked from commit 6d5dfa0eda2c19e8838930fafff83b596654eca2) Manually edited for conflicts.
* No ticket: Fix subproject iframe testsRichard Gibson2013-10-112-9/+17
| | | | (cherry picked from commit 13d58a9bec67356ecae0d6902cb634e52cebcf19)
* Convert testrunner to an AMD module and ensure jQuery is on the page when ↵Timmy Willison2013-09-062-283/+293
| | | | | | | | executing the testrunner (another race condition amplified by swarm) Conflicts: test/data/testinit.js test/data/testrunner.js
* Move test loader to testinit.js. Fix race condition with dependency loading.Timmy Willison2013-09-062-15/+67
|
* Use requirejs to load the testswarm inject scriptTimmy Willison2013-09-061-14/+0
|