aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/dimensions.js
Commit message (Expand)AuthorAgeFilesLines
* Core: Simplify code post browser support reductionMichał Gołębiowski-Owczarek2023-09-201-0/+24
* CSS: Make `offsetHeight( true )`, etc. include negative marginsMichał Gołębiowski-Owczarek2023-04-041-1/+6
* Tests: Exclude tests based on compilation flags, not API presenceMichał Gołębiowski-Owczarek2022-06-281-1/+1
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-46/+46
* Dimensions: Add offset prop fallback to FF for unreliable TR dimensionsTimmy Willison2021-01-111-7/+1
* Manipulation: Make jQuery.htmlPrefilter an identity functionMichał Gołębiowski-Owczarek2020-03-161-15/+15
* Tests: Skip a "width/height on a table row with phantom borders" test in FirefoxMichał Gołębiowski-Owczarek2019-10-281-1/+8
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-131-3/+3
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-29/+5
* Tests: Make Android Browser 4.0-4.3 dimensions tests greenMichał Gołębiowski-Owczarek2019-03-271-2/+16
* CSS: Avoid forcing a reflow in width/height getters unless necessaryMichał Gołębiowski-Owczarek2019-03-181-8/+8
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-181-1/+1
* Tests: fix dimensions tests in testswarmTimmy Willison2018-12-031-1/+5
* Dimensions: fall back to offsetWidth/Height for border-box in IETimmy Willison2018-11-271-5/+27
* Tests: use width style instead of SVG width attribute (#4157)Jason Bedard2018-08-201-3/+3
* Dimensions: fix computing outerWidth on SVGsJason Bedard2018-06-201-0/+60
* Dimensions: Don't trust non-pixel computed width/heightRichard Gibson2017-08-071-0/+23
* Dimensions: Improve offsetWidth/offsetHeight fallbackRichard Gibson2017-07-311-0/+19
* Support: Properly check for IE9 absolute scrollbox mishandlingRichard Gibson2017-07-181-34/+48
* Dimensions: Detect and account for content-box dimension mishandlingRichard Gibson2017-07-101-5/+12
* Dimensions: Include scroll gutter in "padding" boxRichard Gibson2017-06-191-0/+83
* Docs:Tests: Update IE/Edge-related support comments & testsMichał Gołębiowski2017-05-151-24/+16
* Dimensions: fall back to offsetWidth/Height for inline elemsTimmy Willison2017-03-201-0/+14
* Dimensions: ignore transforms when retrieving width/heightTimmy Willison2017-03-131-0/+11
* Build: ESLint detailsOleg Gaidarenko2016-06-111-3/+3
* Tests: Refactor testIframe() to make it DRYer and more consistentDave Methvin2016-04-111-2/+2
* Tests: Make iframe tests wait after checking isReadyDave Methvin2016-04-111-2/+2
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-081-4/+4
* Dimensions: Add tests for negative borders & paddingsVitaliy Terziev2016-02-241-6/+32
* Tests: use `jQuery` variable instead of `$`Oleg Gaidarenko2016-02-131-1/+1
* Tests: test element position outside viewOleg Gaidarenko2016-02-111-0/+30
* Dimensions: Empty sets should return undefinedDave Methvin2015-11-101-25/+13
* Dimensions: properly manipulate non-px valuesTimmy Willison2015-11-091-30/+35
* Dimensions: outerWidth/Height include scrollbarDave Methvin2015-11-071-40/+43
* Tests: Post-Summit cleanupRichard Gibson2015-10-251-8/+0
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-181-8/+8
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-6/+6
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-120/+120
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-176/+180
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-301-2/+6
* CSS: Make .css("width") & .css("height") return fractional valuesMichał Gołębiowski2015-07-071-16/+24
* Offset: Round offset value for the sake of floating errorsMichał Gołębiowski2015-03-231-2/+5
* Tests: Tilt at a few style guide windmillsRichard Gibson2014-12-061-45/+43
* Tests: Accommodate page changes from the QUnit HTML reporterRichard Gibson2014-12-061-21/+20
* Tests: Minor updates for QUnit 1.16 compatibilityRichard Gibson2014-12-051-6/+6
* Dimensions: allow modification of coordinates argumentOleg Gaidarenko2014-11-161-0/+12
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-031-2/+2
* Support: Document box-sizing was unprefixed in Firefox 29Michał Gołębiowski2014-02-051-1/+1
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-15/+0
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-26/+37