aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* CSS: ensure table styles do not affect reliableHiddenOffsets testTimmy Willison2016-05-112-0/+31
| | | | | Fixes gh-3065 Close gh-3057
* CSS: disconnected elements should be hiddenTimmy Willison2016-05-111-1/+4
| | | | Fixes gh-3043
* Tests: Make the regex catching Safari 9.0/9.1 more resilientMichał Gołębiowski2016-05-021-1/+1
| | | | | | The word boundary character will prevent iOS from being a false positive. (cherry-picked from 7f2ebd2c4dea186d7d981b939e6e2983a9d7f9c1)
* Tests: take Safari 9.1 into accountMichał Gołębiowski2016-05-021-1/+1
| | | | | | | Safari 9.1 shares its support test results with Safari 9.0 but it's been excluded from the regex catching Safari 9.0. This has been fixed. (cherry-picked from 234a2d828021b6eb36d83d83cc30c5a09045e781)
* Ajax: execute jQuery#load callback with correct contextOleg Gaidarenko2016-04-041-0/+19
| | | | | | | Thanks @blq (Fredrik Blomqvist) Fixes gh-3035 Close gh-3039
* Revert "Ajax: Mitigate possible XSS vulnerability"Michał Gołębiowski2016-03-231-38/+0
| | | | | | | This reverts commit f60729f3903d17917dc351f3ac87794de379b0cc. Fixes gh-3011 Refs ad358fd62b0ab548abe379594ea00441940461f6
* Attributes: ignore option value mismatch on untrimmed unicode whitespaceTimmy Willison2016-03-171-3/+10
|
* Attributes: strip/collapse whitespace for set values on selectsTimmy Willison2016-03-171-6/+76
| | | | | Fixes gh-2978 Close gh-3002
* Core: fix isPlainObject(Object.create) test in IETimmy Willison2016-03-071-9/+13
|
* Attributes: fix setting selected on an option in IE<=11Timmy Willison2016-03-071-0/+31
| | | | | Fixes gh-2732 Close gh-2840
* Core: restore enumeration behavior in isPlainObjectTimmy Willison2016-03-071-2/+14
| | | | | Fixes gh-2968 Close gh-2970
* Core: drop the document.implementation.createHTMLDocument usageMichał Gołębiowski2016-03-022-35/+0
| | | | | | | | | | | | | The document.implementation.createHTMLDocument("") method creates inert documents which is good but using it has introduced issues around anchor elements href property not resolving according to the current document. Because of that, this patch is getting backed out on 1.x/2.x branches. (cherry-picked from c5c30735311c74c60689fcabdcf2cb192524000e) Refs cfe468f29c4cbe1a457d0feb17dec90dcfd7c280 Refs gh-1505 Fixes gh-2941
* Build: use hard-coded path to sizzle in selector-sizzleTimmy Willison2016-02-221-4/+1
| | | | Fixes gh-2898
* Tests: Set Edge's expected support for clearCloneStyle to trueZack Hall2016-02-131-2/+3
| | | | | | | | | This is done for a version 13 or newer as the bug still exists in Edge 12. (cherry-picked from 28f0329a02c453ae26b6bc028b6aaeec578bef6f) Closes gh-2857
* Tests: use `jQuery` variable instead of `$`Oleg Gaidarenko2016-02-131-1/+1
| | | | | | For some reason that works with `amd` but not with builded version Fixes gh-2909
* 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-112-42/+84
| | | | | | | Ref a0f5c357c4b256b03acdc57d5319ebfe4f25a69a Ref gh-2828 Ref gh-2836 Fixes gh-2909
* Revert "Offset: account for scroll when calculating position"Oleg Gaidarenko2016-02-091-23/+4
| | | | | | | | | | | | This reverts commit 0654711e0d929187249ca9507ae5881c72947843. This commit provoked new issues: gh-2836, gh-2828. At the meeting, we decided to revert offending commit (in all three branches - 2.2-stable, 1.12-stable and master) and tackle this issue in 3.x. Fixes gh-2828
* CSS: Add test for gh-2867Timmy Willison2016-01-271-0/+10
|
* Event: Add tests for chaining .on() with null handlersDevin Wilson2016-01-151-1/+8
| | | | | Fixes gh-2812 Close gh-2825
* Core: use interactive to evaluate dom ready, barring IE6-10Timmy Willison2016-01-142-0/+35
| | | | | Fixes gh-2100 Close gh-2821
* Tests: compat -> 1.x in commentsMichał Gołębiowski2016-01-111-2/+2
| | | | (cherry-picked from df31b88135f94f903c8a887085d30d085a9c62f6)
* Tests: Disable/relax a few tests failing in Android 2.3Michał Gołębiowski2016-01-073-11/+33
| | | | Fixes gh-1785
* CSS: Add animation-iteration-count to cssNumber, fix testsJun Sun2016-01-071-4/+13
| | | | | | | (cherry-picked from df822caff079177d1840d67e03d6b24a93ea99a5) Fixes gh-2792 Closes gh-2793
* Tests: use assert syntax in restored testTimmy Willison2016-01-071-2/+2
|
* Revert "Event: remove guard for falsy handler argument of jQuery#on method"Timmy Willison2016-01-071-1/+15
| | | | This reverts commit fac67a984268ef8f7de952666fda6d8d32754f5f.
* Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"Timmy Willison2016-01-071-1/+24
| | | | This reverts commit f24726daa3760014b7283ad14a13117c72dd9474.
* Revert "Deprecated: Drop size and andSelf methods"Timmy Willison2016-01-071-0/+7
| | | | This reverts commit f1913cf0316edbab77a081ae9c2ee218a61ce5a7.
* Tests: fix support values for androidTimmy Willison2016-01-071-14/+14
|
* Effects: add back support.shrinkWrapBlocks() for ie6Timmy Willison2016-01-064-17/+80
|
* Tests: fix support tests in ie9Timmy Willison2016-01-061-5/+5
|
* CSS: fix reliableHiddenOffsets support test for IE6-7Timmy Willison2016-01-061-8/+8
|
* Revert "Manipulation: simplify html wrappers"Timmy Willison2016-01-061-12/+0
| | | | This reverts commit b744a50d472664a4d5aaa35d58e2215d48f70d3b.
* Revert "Ajax: use anchor tag for parsing urls"Timmy Willison2016-01-061-5/+1
| | | | This reverts commit de7ae8cd17a22b0275217a6ca0345d9d5a97c6dd.
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-0613-285/+720
| | | | This reverts commit 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278.
* Wrap: correct tests lengthOleg Gaidarenko2015-12-221-22/+66
|
* Revert "Wrap: Support .unwrap( selector) for selective unwrapping"Oleg Gaidarenko2015-12-221-116/+26
| | | | This reverts commit e38138af6ac3fa850a092adf09366a68850189a8.
* Revert "Core: Return empty array instead of null for parseHTML("")"Oleg Gaidarenko2015-12-221-16/+11
| | | | This reverts commit 61bb61279ce51af189d40162dc62e44f04826051.
* 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: remove needless file and re-enable jscsOleg Gaidarenko2015-12-221-23/+0
|
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-2219-966/+987
|
* Revert "Ajax: Always use script injection in globalEval"Oleg Gaidarenko2015-12-225-70/+52
| | | | This reverts commit 37f0f7f42cd158e36665066d88708ca4aa0713ac.
* Revert "Effects: Reintroduce use of requestAnimationFrame"Oleg Gaidarenko2015-12-221-4/+0
| | | | This reverts commit 06a45406966ee8cde31c4f128d7ee68d727880c1.
* Revert "Effects: Improve raf logic"Oleg Gaidarenko2015-12-221-103/+0
| | | | This reverts commit 9dc29a2b130e6bbcdbcaf8fdc1433a41e6b7a585.
* Revert "Core: Remove deprecated context and selector properties"Oleg Gaidarenko2015-12-222-9/+51
| | | | This reverts commit e2ec5da2a7f1b3de1f9dc7e2c01f27cd23714e60.
* Revert "Core: Throw an error on $("#") rather than returning 0-length ↵Oleg Gaidarenko2015-12-221-12/+5
| | | | | | collection" This reverts commit 93f95c966355f02b5695f50523f88687eadb4c81.
* Offset: do not run tests which break without back-incompat changeOleg Gaidarenko2015-12-221-3/+3
| | | | See 9d1d4c272a58ced36242d90b3f0462c2bbb972a3
* Tests: correct revert artefactOleg Gaidarenko2015-12-221-4/+4
|
* Revert "Manipulation: make wrapAll funarg execute only once"Oleg Gaidarenko2015-12-221-100/+0
| | | | This reverts commit 3dcee021603d5c25cd429cb25c2de5046044ca4c.
* Revert "CSS: simplify hack of css getter for the computed values"Oleg Gaidarenko2015-12-222-18/+2
| | | | This reverts commit dac716ca65a83bab2449ffa35c43b4b52e26a0c1.