aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/offset
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Change quotes according to style guidelinesJulian Alexander Murillo2015-10-257-16/+16
| | | | | | Close gh-2339 (cherry picked from commit c577928d45bdcc3ee8f93da89ab7aadca21919f3)
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-181-1/+2
| | | | | Fixes gh-2237 Closes gh-2276
* Offset: add tests for hidden elements + scrollTimmy Willison2015-06-161-0/+2
| | | | | - Also add comments to hidden/disconnected tests noting this is to ensure consistency between branches
* Ref #13316: Sync all test documents on full vs. minified source.Richard Gibson2013-02-087-7/+7
|
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-267-7/+7
| | | | Also migrates the XHR check added to 2.0 in 62acda819f9b6fba9263d0b613e15285807b23a7.
* Fix #11542. document.body should not be special in .offset() and ↵Daniel Gálvez2012-10-241-1/+3
| | | | document.documentElement is the default element.offsetParent. Close gh-899.
* Relativize all urls pertaining to dist/jquery.js so users can run their ↵timmywil2012-06-047-7/+7
| | | | server from any file location; Make sure Sizzle is available for its tests in testrunner.
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-047-7/+7
|
* Fix #10902. DRY up the ways to include src files in tests.Mike Sherov2012-01-117-78/+7
|
* Removing topic.js as it will be a plugintimmywil2011-09-197-7/+0
|
* $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-197-0/+14
|
* Fix test cases for bug #8316 fix.timmywil2011-03-312-30/+1
| | | | | | - Removed special page, just needed another test in the fixed offset tests - Checks it's position related to scrolling
* Oops, that test file for bug #8316 was needed - was also missing an include ↵jeresig2011-03-241-0/+30
| | | | and was causing errors.
* Moves Deferred-related code into a separate module. Context handling has ↵jaubourg2011-03-037-0/+7
| | | | been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
* Moved jQuery global leak to end of file so accidental gEBCN overrides in ↵Alex Sexton2011-01-237-13/+13
| | | | prototype don't get caught up in confusion. Fixed tests to reference jQuery variable instead of $ (best practice). Fixes #8033
* Merge branch 'master' of github.com:jquery/jqueryBrandon Aaron2010-03-237-7/+64
|\
| * Make sure the offset tests work without a built jQuery file.jeresig2010-03-237-7/+64
| |
* | Fixed an issue with setting offset of absolutely positioned element that has ↵Brandon Aaron2010-03-221-0/+2
|/ | | | no position values ("auto"). Fixes #5781.
* offset is now a setterBrandon Aaron2009-09-152-2/+2
|
* new offset method, faster and no more browser detectionBrandon Aaron2008-11-101-0/+24
|
* Updating unit tests for offsetBrandon Aaron2008-05-154-2/+5
|
* Added some unit tests for position method. Fixed issue with position in IE.Brandon Aaron2008-05-155-0/+10
|
* Added more unit tests for offset. Fixed an offset issue relating to table ↵Brandon Aaron2007-12-124-0/+140
| | | | header cells in Opera
* Added another relative offset testBrandon Aaron2007-12-041-6/+2
|
* Added visual marker to absolute fixture for offset testingBrandon Aaron2007-12-041-2/+11
|
* Beginnings of the offset test suiteBrandon Aaron2007-12-042-0/+58