aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/css.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: Use allowlist instead of whitelistJ.Son2024-03-011-5/+5
* CSS: Fix reliableTrDimensions support test for initially hidden iframesMichał Gołębiowski-Owczarek2023-11-071-0/+41
* Core: Simplify code post browser support reductionMichał Gołębiowski-Owczarek2023-09-201-1/+1
* Build: migrate most grunt tasks off of gruntTimmy Willison2023-09-181-4/+5
* Docs: Fix typos found by codespellDimitri Papadopoulos Orfanos2023-06-281-3/+3
* Build: Run GitHub Action browser tests on Playwright WebKitMichał Gołębiowski-Owczarek2023-01-231-1/+1
* CSS: Return `undefined` for whitespace-only CSS variable values (#5120)Michał Gołębiowski-Owczarek2022-10-031-1/+3
* CSS: Don’t trim whitespace of undefined custom propertyAnders Kaseorg2022-09-191-1/+4
* Tests: Exclude tests based on compilation flags, not API presenceMichał Gołębiowski-Owczarek2022-06-281-5/+5
* Docs: Fix incorrect `trac-NUMBER` referencesMichał Gołębiowski-Owczarek2022-01-121-1/+1
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-40/+40
* CSS: Trim whitespace surrounding CSS Custom Properties valuesfecore12021-09-231-8/+23
* Tests: Switch background image from online file to local 1x1.jpgTimo Tijhof2021-05-241-18/+8
* Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)Michał Gołębiowski-Owczarek2020-09-221-7/+5
* CSS: Include `show`, `hide` & `toggle` methods in the jQuery slim buildMichał Gołębiowski-Owczarek2020-05-051-5/+0
* Manipulation: Make jQuery.htmlPrefilter an identity functionMichał Gołębiowski-Owczarek2020-03-161-56/+56
* Docs: Update most URLs to HTTPSMichał Gołębiowski-Owczarek2019-10-211-1/+1
* CSS: Workaround buggy getComputedStyle on table rows in IE/EdgeMichał Gołębiowski-Owczarek2019-10-141-0/+20
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-291-5/+13
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-131-118/+94
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-58/+21
* Core: Remove deprecated jQuery APIsMichał Gołębiowski-Owczarek2019-04-291-27/+0
* Data: Separate data & css/effects camelCase implementationsMichał Gołębiowski-Owczarek2019-04-291-0/+15
* CSS: Don't automatically add "px" to properties with a few exceptionsMichał Gołębiowski-Owczarek2019-04-081-2/+80
* Build: Update QUnit from 1.23.1 to 2.9.2Michał Gołębiowski-Owczarek2019-03-041-1/+1
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-181-2/+2
* Core: Recognize Shadow DOM in attachment checksSaptak Sengupta2018-11-091-0/+80
* Tests: Add tests for not auto-appending "px" to CSS Grid propertiesMichał Gołębiowski-Owczarek2018-10-031-0/+50
* Test: enable a spec testing CSS whitespace preserving in Edge 17Michał Gołębiowski-Owczarek2018-06-181-2/+2
* CSS: Don't auto-append "px" to CSS variables (#4064)Michał Gołębiowski-Owczarek2018-06-041-0/+15
* CSS: Correctly detect scrollbox support with non-default zoomRichard Gibson2018-05-071-3/+4
* CSS: Ensure camel- vs kebab-cased names are not collapsed for CSS varsMichał Gołębiowski-Owczarek2018-05-021-0/+2
* Tests: fix weird failure in Edge 16 CSSTimmy Willison2018-01-161-1/+1
* Core: deprecate jQuery.isNumericJason Bedard2018-01-151-2/+2
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-181-3/+2
* CSS: Correctly set support properties with non-default zoomSaptak Sengupta2017-12-051-0/+9
* Tests: Update lineHeight adjustments to give Android more slopRichard Gibson2017-09-081-9/+9
* CSS: Avoid unit-conversion interference from CSS upper boundsRichard Gibson2017-08-281-0/+16
* Docs:Tests: Update IE/Edge-related support comments & testsMichał Gołębiowski2017-05-151-14/+15
* 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
* Tests: Disable a whitespace-setting test in Edge 14Michał Gołębiowski2016-09-121-1/+10
* Build: ESLint detailsOleg Gaidarenko2016-06-111-16/+16
* Tests: Refactor testIframe() to make it DRYer and more consistentDave Methvin2016-04-111-2/+2
* CSS: Toggle detached elements as visible unless they have display: noneRichard Gibson2016-04-111-0/+24
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-301-1/+1
* Docs:Tests: Remove legacy code & add support comments where neededMichał Gołębiowski2016-03-301-22/+16
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-081-9/+4
* CSS: Add test for gh-2867Timmy Willison2016-01-271-0/+10