aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Docs: Update links to EdgeHTML issues to go through Web ArchiveMichał Gołębiowski-Owczarek2020-01-081-22/+22
* Tests: Make the support tests pass on Firefox 4x/5x/60Michał Gołębiowski-Owczarek2020-01-071-1/+1
* Event: Only attach events to objects that accept data - for realMichał Gołębiowski-Owczarek2019-12-091-0/+9
* Tests: Skip a "width/height on a table row with phantom borders" test in FirefoxMichał Gołębiowski-Owczarek2019-10-281-1/+8
* Tests: Don't test synchronous XHR on unload in ChromeMichał Gołębiowski-Owczarek2019-10-281-8/+13
* CSS: Workaround buggy getComputedStyle on table rows in IE/EdgeMichał Gołębiowski-Owczarek2019-10-142-0/+33
* Core: Deprecate jQuery.trimShashanka Nataraj2019-09-263-24/+23
* Core: Use Array.prototype.flat where supportedAhmed.S.ElAfifi2019-09-251-1/+19
* Core: Implement .even() & .odd() to replace POS :even & :oddMichał Gołębiowski-Owczarek2019-09-241-0/+12
* Tests: Fix offset fractions tests in Chrome for AndroidMichał Gołębiowski-Owczarek2019-09-241-1/+1
* Tests: Move Android user agent detection above iOS, put Safari lastMichał Gołębiowski-Owczarek2019-09-241-4/+4
* Tests: Make support tests accept Safari 13 & newerMichał Gołębiowski-Owczarek2019-09-231-5/+5
* Selector: Make selector-native's isXMLDoc recognize HTML-embedded SVGMichał Gołębiowski-Owczarek2019-07-291-8/+46
* Traversing: Fix `contents()` on `<object>`s with childrenPat O'Callaghan2019-05-061-0/+13
* Core: Make isAttached work with iOS 10.0-10.2Michał Gołębiowski-Owczarek2019-04-292-4/+15
* Event: Fix handling of multiple async focus eventsRichard Gibson2019-04-291-0/+43
* Tests: Make Android Browser 4.0-4.3 dimensions tests greenMichał Gołębiowski-Owczarek2019-03-271-2/+16
* Tests: Make Android Browser 4.0-4.3 AJAX tests greenMichał Gołębiowski-Owczarek2019-03-271-1/+9
* Core: Preserve CSP nonce on scripts with src attribute in DOM manipulationbuddh42019-03-253-0/+41
* Event: Prevent leverageNative from double-firing focusinRichard Gibson2019-03-251-5/+1
* Core: Prevent Object.prototype pollution for $.extend( true, ... )Michał Gołębiowski-Owczarek2019-03-251-0/+7
* Event: Leverage native events for focus/blur/click; propagate additional dataRichard Gibson2019-03-201-30/+133
* CSS: Avoid forcing a reflow in width/height getters unless necessaryMichał Gołębiowski-Owczarek2019-03-181-8/+8
* Build: Run the basic test suite in jsdomMichał Gołębiowski-Owczarek2019-03-113-2/+47
* Build: Remove manual QUnit fixture resettingMichał Gołębiowski-Owczarek2019-03-111-2/+0
* Build: Update QUnit from 1.23.1 to 2.9.2Michał Gołębiowski-Owczarek2019-03-048-15/+17
* Build: Update jsdom; migrate a test with Symbol polyfill to an iframe testMichał Gołębiowski-Owczarek2019-03-0413-113/+143
* Build: Remove obsolete globals from ESLint configurationMichał Gołębiowski-Owczarek2019-02-191-7/+0
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-1833-200/+276
* Core: Support passing nonce through jQuery.globalEvalMichał Gołębiowski-Owczarek2019-01-215-2/+46
* Manipulation: Respect script nomodule attribute in DOM manipulationMichał Gołębiowski-Owczarek2019-01-213-1/+33
* Tests: Skip nonce tests in old iOS/Android as wellMichał Gołębiowski-Owczarek2019-01-141-2/+5
* Core: Preserve CSP nonce on scripts in DOM manipulationMichał Gołębiowski-Owczarek2019-01-146-1/+58
* Tests: Exclude Android 4.x from repeated header names testMichał Gołębiowski-Owczarek2018-12-141-1/+11
* Manipulation: Only evaluate HTTP-successful script srcRichard Gibson2018-12-121-0/+17
* Tests: fix dimensions tests in testswarmTimmy Willison2018-12-031-1/+5
* Dimensions: fall back to offsetWidth/Height for border-box in IETimmy Willison2018-11-272-5/+31
* Tests: fix ajax test failure; add to header instead of replaceTimmy Willison2018-11-261-1/+1
* Ajax: Fix getResponseHeader(key) for IE11Andrei Fangli2018-11-263-2/+11
* Tests: Add Safari 12 & iOS 12 resultsMichał Gołębiowski-Owczarek2018-11-121-6/+6
* Tests: Move latest Firefox before Firefox 60 test resultsMichał Gołębiowski-Owczarek2018-11-121-4/+4
* Core: Recognize Shadow DOM in attachment checksSaptak Sengupta2018-11-092-0/+112
* CSS: Don't read styles.position in the width/height cssHook unless necessaryMichał Gołębiowski-Owczarek2018-10-081-1/+1
* Tests: Add tests for not auto-appending "px" to CSS Grid propertiesMichał Gołębiowski-Owczarek2018-10-031-0/+50
* Tests: Allow Karma to load unminfied sourceRichard Gibson2018-09-073-39/+75
* Tests: use width style instead of SVG width attribute (#4157)Jason Bedard2018-08-201-3/+3
* Tests: Account for the iPad with iOS 11.3 user agentMichał Gołębiowski-Owczarek2018-08-011-1/+1
* Tests: Skip module tests in EdgeMichał Gołębiowski-Owczarek2018-07-301-1/+7
* Tests: Make support tests pass in Firefox 52Michał Gołębiowski-Owczarek2018-07-301-1/+1
* Manipulation: Properly detect HTML elements with single-character namesRichard Gibson2018-07-131-0/+15