jquery/test/unit
Michał Gołębiowski-Owczarek 6fe88690a3
Core: Simplify code post browser support reduction
Summary of the changes:
* Tests: Remove legacy jQuery.cache & oldIE leftovers
* Tests: Reformat JavaScript in delegatetest.html
* Docs: "jQuery Foundation Projects" -> "jQuery Projects"
* Tests: Drop an unused localfile.html file (modern browsers don't support
  the `file:` protocol this way, there's no point in keeping the file around)
* Effects: Remove a redundant `!fn` check (`fn || !fn && easing` is equivalent
  to `fn || easing`; simplify the code)
* CSS: Explain the fallback to direct object access in curCSS better
* Tests: Deduplicate `jQuery.parseHTML` test titles
* Dimensions: Add a test for fractional values
* Tests: Fix a buggy WebKit regex

Closes gh-5296

(cherry picked from commit 93ca49e6d1)
2023-09-20 00:59:32 +02:00
..
ajax.js Docs: Fix typos found by codespell 2023-06-28 00:30:45 +02:00
animation.js Tests: Exclude tests based on compilation flags, not API presence (3.x version) 2022-07-12 17:12:27 +02:00
attributes.js Selector: Inline Sizzle into the selector module: 3.x version (#5113) 2022-12-14 01:41:31 +01:00
basic.js Tests: Exclude tests based on compilation flags, not API presence (3.x version) 2022-07-12 17:12:27 +02:00
callbacks.js Tests: Exclude tests based on compilation flags, not API presence (3.x version) 2022-07-12 17:12:27 +02:00
core.js Core: Simplify code post browser support reduction 2023-09-20 00:59:32 +02:00
css.js Core: Simplify code post browser support reduction 2023-09-20 00:59:32 +02:00
data.js Docs: Replace #NUMBER Trac issue references with trac-NUMBER 2022-01-12 23:23:10 +01:00
deferred.js Tests: Skip jQuery.Deferred.exceptionHook tests in IE 9 2023-03-15 12:21:54 +01:00
deprecated.js Tests: Skip jQuery.Deferred.exceptionHook tests in IE 9 2023-03-15 12:21:54 +01:00
dimensions.js Core: Simplify code post browser support reduction 2023-09-20 00:59:32 +02:00
effects.js Selector: Inline Sizzle into the selector module: 3.x version (#5113) 2022-12-14 01:41:31 +01:00
event.js Event: Make trigger(focus/blur/click) work with native handlers 2023-03-27 21:47:24 +02:00
exports.js Build: Update test code for compatibility with QUnit 2.x (#4297) 2019-02-18 19:03:26 +01:00
manipulation.js Tests: Skip a new .text() test in IE 9 2023-06-12 23:52:30 +02:00
offset.js Tests: Exclude tests based on compilation flags, not API presence (3.x version) 2022-07-12 17:12:27 +02:00
queue.js Tests: Exclude tests based on compilation flags, not API presence (3.x version) 2022-07-12 17:12:27 +02:00
ready.js Tests: Exclude tests based on compilation flags, not API presence (3.x version) 2022-07-12 17:12:27 +02:00
selector.js Tests: Disable the ":lang respects escaped backslashes" test 2023-06-27 18:10:21 +02:00
serialize.js Tests: Exclude tests based on compilation flags, not API presence (3.x version) 2022-07-12 17:12:27 +02:00
support.js CSS: Make the reliableTrDimensions support test work with Bootstrap CSS (3.x version) 2023-07-10 18:26:45 +02:00
traversing.js Docs: Fix typos found by codespell 2023-06-28 00:30:45 +02:00
tween.js Tests: Exclude tests based on compilation flags, not API presence (3.x version) 2022-07-12 17:12:27 +02:00
wrap.js Core: Simplify code post browser support reduction 2023-09-20 00:59:32 +02:00