aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/dimensions.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve CSS and `Support:` comments. Close gh-1220.Michał Gołębiowski2013-04-061-1/+2
* Fix typos. Close gh-1186.dmitrygusev2013-02-281-4/+4
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-2/+2
* Implement expectation test instead of using _removeData. Close gh-997.Timo Tijhof2012-10-281-7/+9
* Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar)Rick Waldron2012-10-161-6/+6
* Fix #12243, $("col").width() should return the column's width. Close gh-916.Mike Sherov2012-08-291-6/+7
* Fix #12283. Return null for dimension getters on non elements. Fix gh-900.Mike Sherov2012-08-191-0/+16
* No ticket: fix failure from zero-assertion test generating a second empty OL ...Richard Gibson2012-08-091-1/+3
* Fix #12088, Safari 5 and more percentages in getComputedStyleMike Sherov2012-07-221-7/+0
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-051-20/+20
* Unit tests are linted and passing.Rick Waldron2012-06-211-8/+8
* Don't swap to measure dimensions unless the element is display:none. #807 Fix...Mike Sherov2012-06-071-0/+10