aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/dimensions.js
Commit message (Expand)AuthorAgeFilesLines
* Add .width() and .height() unit test for empty sets. Fix .height() test that ...Brandon Aaron2010-09-011-3/+9
* Changed the order of the tests to run in the same order in which they're spec...jeresig2010-03-231-1/+1
* Added in .height(fn) and .width(fn) support. Fixes #5915.jeresig2010-01-231-22/+56
* Make sure that calling .width(num) or .height(num) on an empty set returns th...John Resig2009-12-091-3/+9
* moving dimension related unit tests to dimensions test moduleBrandon Aaron2009-03-221-0/+56
* test runner: the changes are:Ariel Flesler2008-05-281-4/+4
* Updating outerWidth unit test to use absolute positionBrandon Aaron2008-05-131-1/+2
* Merged dimensions with coreBrandon Aaron2008-04-291-0/+85