aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/css.js
Commit message (Expand)AuthorAgeFilesLines
* Landing pull request 357. Update unit tests for widows & orphans. Supplements...rwldrn2011-04-281-4/+4
* Correct the attachment of the p tag in the widows/orphans tests. Fixes test ...timmywil2011-04-271-1/+1
* No need to test for widows & orphans values in IE6-8. Fixes #8971rwldrn2011-04-251-13/+20
* Landing pull request 340. Adds widows, orphans to cssNumber hash; includes te...Rick Waldron2011-04-221-1/+25
* Switch QUnit div from depreceted #main to #qunit-fixturetimmywil2011-04-171-1/+1
* merge with master and resolve more conflictslouisremi2011-04-121-2/+19
|\
| * Revert "QUnit test for overriding important css declarations, references #4427"jeresig2011-04-121-15/+0
| * Merge branch 'fix_8402' of https://github.com/lrbabe/jquery into lrbabe-fix_8402jeresig2011-04-121-0/+14
| |\
| | * replace cssPropsAware branchlouisremi2011-04-111-0/+14
| * | Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403jeresig2011-04-121-1/+4
| |\ \
| | * | Double quote is the new simple quotelouisremi2011-04-111-1/+1
| | * | the expected number of assertions shouldn't contain a conditionlouisremi2011-04-111-3/+3
| | * | limit this test to browsers not supporting opacitylouisremi2011-04-111-2/+4
| | * | Adding unit tests for #8403louisremi2011-03-071-1/+2
| * | | QUnit test for overriding important css declarations, references #4427Azatoth2011-04-121-0/+15
| * | | Fixes unit/css.js test fail in Safari 5. support.js test was passing erroneou...timmywil2011-04-111-1/+1
| | |/ | |/|
* / | second batchlouisremi2011-04-111-58/+58
|/ /
* | Improve relative string performance in .css and some code cleanupDan Heberden2011-04-041-16/+27
* | Bug 7345; Add support for explicit/relative string values in .css - modified ...Dan Heberden2011-04-041-0/+21
* | Added css hook to work around bug in WebKit computed margin-right. Fixes #333...Richard Worth2011-03-241-0/+12
|/
* Update unit test for #7608 which was leaking timers.rwldrn2011-01-171-11/+2
* Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...Colin Snover2011-01-171-1/+1
|\
| * Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-091-1/+1
* | whitespace fixes in unit testsrwldrn2011-01-101-18/+18
* | Bug #7608 elem.runtimeStyle throws exception in Operarwldrn2011-01-051-0/+22
|/
* Clean trailing whitespace from all files.Colin Snover2010-12-301-32/+32
* Maintain returning 0px from width/height for disconnected nodes for backwards...jeresig2010-11-091-2/+4
* Make sure that accessing computed CSS for elements returns 'auto' instead of ...jeresig2010-11-011-2/+2
* Fix tab spacing.Brandon Aaron2010-10-281-27/+27
* Make sure that .width()/.height() don't return NaN also standardize on return...jeresig2010-10-221-2/+2
* Make sure that the correct height/width of the elements is retreived. Fixes #...jeresig2010-10-221-9/+7
* Be sure to clean up the previous test.jeresig2010-10-221-0/+2
* Make sure that height/width getters work on hidden inputs and disconnected el...jeresig2010-10-221-1/+19
* Test visible on inline elements.jeresig2010-10-141-2/+2
* Getting weird results for font size tests across platforms - easier to test s...jeresig2010-10-141-3/+2
* Change font size to 15px in the test to fix a false negative. Thanks @jitter ...jeresig2010-10-131-2/+2
* We want to make sure that we only run the MSIE-specific filter tests if opaci...jeresig2010-10-131-2/+2
* Test CSS test on font size instead of padding.jeresig2010-10-131-2/+2
* IE 9 preserves the case of the Alpha filter - maintain it in the test as well.jeresig2010-10-131-2/+2
* Fixed getting styles from disconnected nodes. Fixes #7148.Scott González2010-10-111-1/+3
* Merge branch 'animate-nonblock' of http://github.com/csnover/jquery into csno...John Resig2010-10-091-1/+14
|\
| * Update $.fn.animate to change display mode only when necessary (inline, non-f...Colin Snover2010-10-051-1/+1
| * Fix :visible does not work properly when display:none is set directly on an e...Colin Snover2010-10-051-0/+13
* | Make sure null/NaN values aren't set in .css(). Fixes #7116.jeresig2010-10-091-1/+21
* | Prevent IE from throwing errors when setting RGBA values. Fixes #5509.Colin Snover2010-10-091-1/+11
|/
* Make sure setting opacity does not clobber other inline filters. Fixes #7101.Colin Snover2010-09-301-3/+6
* Make sure that mixed case alpha filters are handled correctly in IE. Fixes #5...John Resig2010-09-281-1/+1
* Make setting .css(name, undefined) a no-op. Fixes #4388.John Resig2010-09-281-1/+9
* Make sure that non-px values aren't manipulated before input to height/width.John Resig2010-09-211-1/+4
* Split apart jQuery.css into jQuery.css (computed values) and jQuery.style (cu...jeresig2010-09-161-10/+2