aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/css.js
Commit message (Expand)AuthorAgeFilesLines
* Make sure that some height/width is set for the nothiddendiv before checking.jeresig2009-12-161-0/+2
* Made sure that css('width') and height returned string values, not numerical ...John Resig2009-12-091-1/+3
* Made sure that css() in IE handles negative non-px values correctly. Fixes #3...jeresig2009-12-051-1/+4
* Tweaked a CSS test to handle differences in font-size % support in browsers.jeresig2009-12-031-1/+8
* Fix css("opacity") to not clobber other filters in IE. Closes #4707.Yehuda Katz2009-12-011-6/+17
* Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes...John Resig2009-11-111-1/+12
* Uses the more stable font-size as a sentinelYehuda Katz2009-07-131-12/+14
* Test Tweak to normalize the CSS results across browsersYehuda Katz2009-07-131-2/+4
* Updates css() tests to use hex rather than color namesYehuda Katz2009-07-131-2/+2
* Added test for css(String, Function) and css(Object) where values are Functio...Yehuda Katz2009-07-121-0/+62
* opacity is now retrieved from stylesheet in IE. fixes #3981Brandon Aaron2009-05-141-1/+5
* fix for #4216. css now ignores negative numbers for width and height when pas...Brandon Aaron2009-04-221-1/+7
* Added explicit module names to the new unit tests.John Resig2009-04-201-1/+3
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-221-0/+82