aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Tests: Reduce the abort timeout for simple focus testingRichard Gibson2017-07-192-8/+4
* Tests: Abort focus tests when the environment doesn't cooperateRichard Gibson2017-07-181-1/+10
* Tests: Try extra hard to control focusRichard Gibson2017-07-181-12/+21
* Support: Properly check for IE9 absolute scrollbox mishandlingRichard Gibson2017-07-182-44/+68
* Dimensions: Detect and account for content-box dimension mishandlingRichard Gibson2017-07-101-5/+12
* Test: ensure position/offset return mutable objectsJason Bedard2017-07-101-5/+31
* Core: Deprecate jQuery.isWindowShashanka Nataraj2017-07-103-23/+20
* Event: `stopPropagation()` on native event-handlerPierre Spring2017-07-101-0/+41
* Dimensions: Include scroll gutter in "padding" boxRichard Gibson2017-06-191-0/+83
* Tests: minor typosAndreas Solleder2017-06-052-2/+2
* Docs:Tests: Update IE/Edge-related support comments & testsMichał Gołębiowski2017-05-154-42/+34
* Tests: Revert some testIframe changes to fix dimensions testsRichard Gibson2017-04-291-7/+2
* Revert "Tests: Revert some testIframe changes to fix dimensions tests"Richard Gibson2017-04-291-2/+7
* Tests: Revert some testIframe changes to fix dimensions testsRichard Gibson2017-04-291-7/+2
* Tests: Correct expected assertion countRichard Gibson2017-04-291-1/+1
* Tests: Clean up offset debuggingRichard Gibson2017-04-292-24/+1
* Tests: Adjust by actual scroll position, rather than expectedRichard Gibson2017-04-292-13/+12
* Tests: Keep iframes visible in TestSwarmRichard Gibson2017-04-281-2/+13
* Tests: Add debugging to investigate iOS failuresRichard Gibson2017-04-281-2/+22
* Tests: Reset iframe window scroll after updating html/document positionRichard Gibson2017-04-281-3/+10
* Tests: Prepend test iframes for even *more* consistencyRichard Gibson2017-04-251-1/+1
* Tests: Allow a mock QUnit.test for perfect testIframe fidelityRichard Gibson2017-04-252-14/+16
* Tests: Attach test iframes to the body for visibility-dependent codeRichard Gibson2017-04-252-6/+12
* Tests: Be even more async for iOSRichard Gibson2017-04-241-1/+1
* Tests: Improve offset test setup and labelsRichard Gibson2017-04-243-35/+32
* Core: Update isFunction to handle unusual-@@toStringTag inputRichard Gibson2017-04-242-8/+100
* Offset: Use correct offset parents; include all border/scroll valuesRichard Gibson2017-04-242-1/+309
* Tests: Fix incorrect assert name for ensure_iterability_es6Timo Tijhof2017-03-201-1/+1
* Tests: add test for passing trigger data to radio click handlerTimmy Willison2017-03-201-0/+10
* Revert "Event: Add radio click triggering tests"Timmy Willison2017-03-201-26/+11
* Dimensions: fall back to offsetWidth/Height for inline elemsTimmy Willison2017-03-201-0/+14
* Tests: move readywait to an iframe testSteve Mao2017-03-204-37/+30
* Dimensions: ignore transforms when retrieving width/heightTimmy Willison2017-03-131-0/+11
* Tests: Clean up after the CSS Custom Properties support testMichał Gołębiowski2017-03-071-2/+4
* Tests: Skip CSS custom properties tests in non-supporting browsersMichał Gołębiowski2017-03-071-55/+66
* CSS: Support custom propertiesConnor Atherton2017-03-071-0/+64
* Core: move jQuery.fn.nodeName to jQuery.nodeName, add testsMichał Gołębiowski2017-03-061-0/+48
* Effects: stabilize rAF logic & align timeout logic with itOleg Gaidarenko2017-03-061-9/+2
* Core: Deprecate jQuery.nodeNamekaran-962017-03-012-10/+10
* Traversing: $.fn.contents() supports HTMLTemplateElement南漂一卒2017-01-291-0/+52
* Event: Add radio click triggering testsAlex Padilla2017-01-191-11/+26
* Effects: Resolve issues revealed by recent Callbacks fixRichard Gibson2017-01-161-8/+9
* Manipulation: Restrict the tbody search to child nodesRichard Gibson2017-01-091-0/+20
* Callbacks: Prevent add() from unlocking with-memory listsRichard Gibson2017-01-091-0/+21
* Tests: Update the loader so test pages always get jQueryRichard Gibson2017-01-091-33/+34
* Tests: Added tests for symbol-separated tag namesDavid Broder-Rodgers2016-12-291-9/+18
* Build: Use valid ecmaVersionRichard Gibson2016-12-191-1/+1
* Build: ESLint setup improvementsMichał Gołębiowski2016-12-193-13/+24
* Deferred: Stop inventing jQuery.when() resolution valuesRichard Gibson2016-12-161-2/+2
* Offset: report offset for 0 sized elementsJason Bedard2016-12-121-2/+30