aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Tests: Make the beforeunload event tests work regardless of extensionsMichał Gołębiowski-Owczarek2024-04-252-10/+20
* Tests: share queue/browser handling for all worker typesTimmy Willison2024-04-0113-446/+336
* Tests: improve diffing for values of different typesTimmy Willison2024-03-272-26/+58
* Tests: show any and all actual/expected valuesTimmy Willison2024-03-151-2/+11
* Tests: add diffing to test reporterTimmy Willison2024-03-141-2/+49
* Tests: add actual and expected messages to test reporterTimmy Willison2024-03-141-12/+12
* Tests: fix worker restarts for failed browser acknowledgementsTimmy Willison2024-03-111-1/+1
* Build: migrate more uses of fs.promises; use node: protocolTimmy Willison2024-03-111-1/+1
* Tests: add --hard-retries option to test runnerTimmy Willison2024-03-115-37/+93
* Tests: fix cleanup in cases where server doesn't stopTimmy Willison2024-03-091-4/+4
* Build: drop support for Node 10Timmy Willison2024-03-092-5/+5
* Tests: fix flakey message logs; ignore delete worker failuresTimmy Willison2024-03-053-20/+29
* Tests: migrate testing infrastructure to minimal dependenciesTimmy Willison2024-03-0542-10246/+12596
* Tests: Align `middleware-mockerver.js` with the `main` branchMichał Gołębiowski-Owczarek2024-02-091-7/+1
* 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-072-15/+50
* CSS: Fix support test results for initially hidden iframesStephen Sigwart2023-11-023-1/+46
* Build: migrate most grunt tasks off of grunt (3.x)Timmy Willison2023-09-2026-449/+592
* Core: Simplify code post browser support reductionMichał Gołębiowski-Owczarek2023-09-207-157/+94
* Build: Generate the slim build on `grunt` & run `compare_size` on itMichał Gołębiowski-Owczarek2023-07-1010-39/+71
* CSS: Make the reliableTrDimensions support test work with Bootstrap CSS (3.x ...Michał Gołębiowski-Owczarek2023-07-102-0/+32
* 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
* Build: Migrate middleware-mockserver to modern JSMichał Gołębiowski-Owczarek2023-01-232-49/+65
* 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-1414-426/+2607
* 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