aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/offset.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: remove unnecessary scroll feature testTimmy Willison2024-06-101-30/+11
* Build: improve specificity of eslint config; add ecma versionsTimmy Willison2024-06-061-2/+2
* Offset: Increase search depth when finding the 'real' offset parentLiam James2024-04-191-1/+4
* Build: migrate most grunt tasks off of gruntTimmy Willison2023-09-181-64/+65
* 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-8/+8
* Build: Rename master to main across the repositoryMichał Gołębiowski-Owczarek2021-02-051-3/+3
* Manipulation: Make jQuery.htmlPrefilter an identity functionMichał Gołębiowski-Owczarek2020-03-161-5/+5
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-73/+21
* Build: Update QUnit from 1.23.1 to 2.9.2Michał Gołębiowski-Owczarek2019-03-041-0/+2
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-181-2/+2
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-181-3/+3
* Test: ensure position/offset return mutable objectsJason Bedard2017-07-101-5/+31
* Tests: Correct expected assertion countRichard Gibson2017-04-291-1/+1
* Tests: Clean up offset debuggingRichard Gibson2017-04-291-17/+0
* Tests: Adjust by actual scroll position, rather than expectedRichard Gibson2017-04-291-12/+11
* Tests: Add debugging to investigate iOS failuresRichard Gibson2017-04-281-2/+22
* Tests: Reset iframe window scroll after updating html/document positionRichard Gibson2017-04-281-3/+10
* Tests: Allow a mock QUnit.test for perfect testIframe fidelityRichard Gibson2017-04-251-12/+11
* Tests: Improve offset test setup and labelsRichard Gibson2017-04-241-34/+31
* Offset: Use correct offset parents; include all border/scroll valuesRichard Gibson2017-04-241-1/+210
* Offset: report offset for 0 sized elementsJason Bedard2016-12-121-2/+30
* Build: ESLint detailsOleg Gaidarenko2016-06-111-55/+57
* Tests: Refactor testIframe() to make it DRYer and more consistentDave Methvin2016-04-111-8/+8
* Tests: Make iframe tests wait after checking isReadyDave Methvin2016-04-111-15/+8
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-301-1/+1
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-081-3/+2
* Tests: account for new offset testsOleg Gaidarenko2016-02-091-1/+1
* Revert "Offset: account for scroll when calculating position"Oleg Gaidarenko2016-02-091-12/+2
* Offset: offsetLeft/Top on empty set returns undefinedDave Methvin2015-11-101-2/+2
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-181-3/+5
* Offset: allow small differences in offset.topJoelle Fleurantin2015-10-181-1/+3
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-209/+207
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-161/+161
* Offset: add tests for hidden elements + scrollTimmy Willison2015-06-161-1/+13
* Offset: return zeros for disconnected/hidden elementsTimmy Willison2015-06-161-14/+8
* Offset: account for scroll when calculating positionRichard McDaniel2015-05-121-1/+12
* Offset: remove ownerDocument check in offset getterTimmy Willison2015-05-051-10/+1
* Offset: Fix .offset() to correctly work with ShadowDOMArthur Stolyar2015-05-051-5/+23
* Offset: don't run scrollTop/scrollLeft iframe test in Android 2.3 & 4.0Oleg Gaidarenko2015-02-111-5/+8
* Core: Remove deprecated context and selector propertiesDave Methvin2015-01-111-3/+3
* Offset: don't run scrollTop/scrollLeft iframe test in mobile SafariOleg Gaidarenko2014-12-251-7/+16
* Event: fix incorrect window bug with scrollTop/Left in iframesAditya Raghavan2014-12-241-0/+15
* Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.Michał Gołębiowski2013-11-111-47/+23
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-20/+30
* Improve CSS and `Support:` comments. Close gh-1220.Michał Gołębiowski2013-04-061-2/+1
* Know when to hold em, know when to fold em.Dave Methvin2012-12-221-7/+12
* Test: Update index.html to new QUnit format. Close gh-1061.Timo Tijhof2012-12-101-3/+3
* No ticket: update test suite to pass QUnit globals check in most environments...Richard Gibson2012-11-051-20/+32
* Fixes #12139, make sure absolutely positioned elements have HTML as offsetPar...David Fox2012-10-261-1/+6