aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/css.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* CSS: Restore cascade-override behavior in .showRichard Gibson2016-01-131-22/+253
* CSS: Add animation-iteration-count to cssNumber, fix testsJun Sun2016-01-071-4/+13
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-111-6/+2
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-181-6/+20
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-181-24/+33
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-78/+83
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-434/+440
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-284/+285
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-301-6/+18
* Docs: Fix various spelling mistakesBruno Pérel2015-07-301-1/+1
* Core: Adjust comments & tests after dropping Safari 6 supportMichał Gołębiowski2015-07-271-1/+1
* Build: Acknowledge Android 2.3 is not ES5-compatibleMichał Gołębiowski2015-07-201-1/+1
* CSS: Make .css("width") & .css("height") return fractional valuesMichał Gołębiowski2015-07-071-0/+45
* CSS: Don't cache unrecognized CSS property namesMichał Gołębiowski2015-06-011-0/+80
* Tests: fix tests in accordance with new :visible behaviorTimmy Willison2015-05-121-4/+6
* CSS: fix :visible/:hidden selectors for inline element w/ contentTimmy Willison2015-05-121-7/+13
* CSS: Ignore the CSS cascade in show()/hide()/etc.Richard Gibson2015-05-111-117/+58
* Tests: Expand CSS relative adjustment tolerance for IERichard Gibson2015-03-161-2/+2
* Tests: Fix CSS relative adjustment test for round-down browsersRichard Gibson2015-03-161-7/+19
* CSS: Support relative adjustment in any applicable unitMr212015-03-091-0/+52
* CSS: Add unit tests for negative margins and positioningAditya Raghavan2014-12-241-0/+15
* Css: Remove non-functional unit test for negative marginDave Methvin2014-12-091-4/+1
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-031-4/+2
* CSS: elements are hidden when either offsetWidth or offsetHeight is zeroTimmy Willison2014-07-171-10/+12
* CSS: Do not throw on frame elements in FFOleg Gaidarenko2014-06-161-0/+23
* Css: Use only positive integers as values for widows/orphansMichał Gołębiowski2014-04-181-8/+1