aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* CSS: Fix dimensions of table `<col>` elementsMichał Gołębiowski-Owczarek2025-02-242-5/+101
* Attributes: Support the `until-found` value for the `hidden` attributeMichał Gołębiowski-Owczarek2025-01-161-0/+18
* Selector: Properly deprecate `jQuery.expr[ ":" ]`/`jQuery.expr.filters`Michał Gołębiowski-Owczarek2024-11-052-10/+30
* Manipulation: Make jQuery.cleanData not skip elements during cleanupac-mmi2024-09-111-0/+40
* Tests: replace dead links in qunit fixture; use httpsTimmy Willison2024-08-247-138/+138
* Build: upgrade dependencies, including eslint 9.4.0 and uglify 3.7.7Timmy Willison2024-06-156-21/+19
* Tests: fix supportsScroll feature test in offsetTimmy Willison2024-06-101-9/+10
* Build: improve specificity of eslint config; add ecma versionsTimmy Willison2024-06-1010-38/+25
* CSS:Tests: Fix tests & support tests under CSS Zoom (3.x version)Michał Gołębiowski-Owczarek2024-06-032-2/+34
* Tests: Make `:has` selector tests not vulnerable to unrelated failuresMichał Gołębiowski-Owczarek2024-05-291-6/+6
* Event: Increase robustness of an inner native event in leverageNativeMichał Gołębiowski-Owczarek2024-05-201-0/+58
* Tests: Make the beforeunload event tests work regardless of extensionsMichał Gołębiowski-Owczarek2024-04-251-5/+14
* Tests: migrate testing infrastructure to minimal dependenciesTimmy Willison2024-03-058-137/+26
* Manipulation: Generalize a test to support IERichard Gibson2024-01-131-3/+17
* Manipulation: Support $el.html(selfRemovingScript)Richard Gibson2024-01-081-0/+15
* Tests: Workaround a tr width test issue in old iOSMichał Gołębiowski-Owczarek2023-11-131-3/+7
* CSS: Fix reliableTrDimensions test for initially hidden iframes (3.x)Michał Gołębiowski-Owczarek2023-11-071-14/+40
* CSS: Fix support test results for initially hidden iframesStephen Sigwart2023-11-021-0/+15
* Build: migrate most grunt tasks off of grunt (3.x)Timmy Willison2023-09-2016-313/+507
* Core: Simplify code post browser support reductionMichał Gołębiowski-Owczarek2023-09-204-3/+27
* CSS: Make the reliableTrDimensions support test work with Bootstrap CSS (3.x ...Michał Gołębiowski-Owczarek2023-07-101-0/+12
* Docs: Fix typos found by codespellDimitri Papadopoulos Orfanos2023-06-283-6/+6
* Tests: Disable the ":lang respects escaped backslashes" testMichał Gołębiowski-Owczarek2023-06-271-3/+13
* Tests: Skip a new `.text()` test in IE 9Michał Gołębiowski-Owczarek2023-06-121-2/+6
* Core: Fix regression in jQuery.text() on HTMLDocument objectsTimo Tijhof2023-06-121-2/+5
* Selector: Re-expose jQuery.find.tokenize (3.x version)Michał Gołębiowski-Owczarek2023-06-121-0/+229
* Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support test (3.x ve...Michał Gołębiowski-Owczarek2023-04-051-26/+76
* CSS: Make `offsetHeight( true )`, etc. include negative marginsMichał Gołębiowski-Owczarek2023-04-041-1/+6
* Tests: Fix tests added in gh-5233Michał Gołębiowski-Owczarek2023-03-271-4/+6
* CSS: Add missing jQuery.cssNumber entriesMichał Gołębiowski-Owczarek2023-03-271-13/+83
* Event: Make trigger(focus/blur/click) work with native handlersMichał Gołębiowski-Owczarek2023-03-271-2/+61
* Event: Simulate focus/blur in IE via focusin/focusout (3.x version)Michał Gołębiowski-Owczarek2023-03-272-79/+158
* Tests: Add tests for arary data in ajaxMichał Gołębiowski-Owczarek2023-03-211-67/+201
* Tests: Skip jQuery.Deferred.exceptionHook tests in IE 9Michał Gołębiowski-Owczarek2023-03-152-1/+5
* Tests: Test AJAX deprecated event aliases properlyMichał Gołębiowski-Owczarek2023-03-151-5/+5
* Deferred: Rename `getStackHook` to `getErrorHook` (3.x version)Michał Gołębiowski-Owczarek2023-03-142-5/+41
* Selector: Stop relying on CSS.supports( "selector(...)" )Michał Gołębiowski-Owczarek2023-02-141-55/+57
* Tests: Fix selector tests in ChromeMichał Gołębiowski-Owczarek2023-01-242-8/+12
* Build: Run GitHub Action browser tests on Playwright WebKitMichał Gołębiowski-Owczarek2023-01-244-9/+54
* Tests: Skip the native :valid tests in IE 9Michał Gołębiowski-Owczarek2022-12-191-1/+5
* Selector: Make selector lists work with `qSA` againMichał Gołębiowski-Owczarek2022-12-191-1/+21
* Selector: Implement the `uniqueSort` chainable methodMichał Gołębiowski-Owczarek2022-12-141-24/+58
* Selector: Inline Sizzle into the selector module: 3.x version (#5113)Michał Gołębiowski-Owczarek2022-12-149-408/+2456
* Selector:Manipulation: Fix DOM manip within template contentsMichał Gołębiowski-Owczarek2022-11-161-0/+43
* Tests: Remove a workaround for a Firefox XML parsing issueMichał Gołębiowski-Owczarek2022-10-031-7/+1
* CSS: Return `undefined` for whitespace-only CSS variable values (#5120)Michał Gołębiowski-Owczarek2022-10-031-1/+3
* Tests: Make Ajax tests pass in iOS 9Michał Gołębiowski-Owczarek2022-09-211-1/+7
* CSS: Don’t trim whitespace of undefined custom propertyAnders Kaseorg2022-09-191-1/+4
* Tests: Exclude tests based on compilation flags, not API presence (3.x version)Michał Gołębiowski-Owczarek2022-07-1219-73/+87
* Tests: Workaround an XML parsing bug in FirefoxMichał Gołębiowski-Owczarek2022-02-281-1/+7