whitespace fixes in unit tests
[jquery.git] / test / unit / css.js
2011-01-10 rwldrnwhitespace fixes in unit tests
2011-01-05 rwldrnBug #7608 elem.runtimeStyle throws exception in Opera
2010-12-30 Colin SnoverClean trailing whitespace from all files.
2010-11-10 jeresigMaintain returning 0px from width/height for disconnect...
2010-11-01 jeresigMake sure that accessing computed CSS for elements...
2010-10-28 Brandon AaronFix tab spacing.
2010-10-22 jeresigMake sure that .width()/.height() don't return NaN...
2010-10-22 jeresigMake sure that the correct height/width of the elements...
2010-10-22 jeresigBe sure to clean up the previous test.
2010-10-22 jeresigMake sure that height/width getters work on hidden...
2010-10-15 jeresigTest visible on inline elements.
2010-10-15 jeresigGetting weird results for font size tests across platfo...
2010-10-13 jeresigChange font size to 15px in the test to fix a false...
2010-10-13 jeresigWe want to make sure that we only run the MSIE-specific...
2010-10-13 jeresigTest CSS test on font size instead of padding.
2010-10-13 jeresigIE 9 preserves the case of the Alpha filter - maintain...
2010-10-11 Scott GonzálezFixed getting styles from disconnected nodes. Fixes...
2010-10-09 John ResigMerge branch 'animate-nonblock' of github.com/csnover...
2010-10-09 jeresigMake sure null/NaN values aren't set in .css(). Fixes...
2010-10-09 Colin SnoverPrevent IE from throwing errors when setting RGBA value...
2010-10-05 Colin SnoverUpdate $.fn.animate to change display mode only when...
2010-10-05 Colin SnoverFix :visible does not work properly when display:none...
2010-09-30 Colin SnoverMake sure setting opacity does not clobber other inline...
2010-09-28 John ResigMake sure that mixed case alpha filters are handled...
2010-09-28 John ResigMake setting .css(name, undefined) a no-op. Fixes ...
2010-09-21 John ResigMake sure that non-px values aren't manipulated before...
2010-09-16 jeresigSplit apart jQuery.css into jQuery.css (computed values...
2010-01-07 jeresigAdd .css(Function) incoming value tests.
2010-01-07 jeresigNo need for the try/finally logic in the css tests...
2009-12-22 jeresigAdd some extra tests to make sure we can get the value...
2009-12-16 jeresigMake sure that some height/width is set for the nothidd...
2009-12-10 John ResigMade sure that css('width') and height returned string...
2009-12-05 jeresigMade sure that css() in IE handles negative non-px...
2009-12-03 jeresigTweaked a CSS test to handle differences in font-size...
2009-12-01 Yehuda KatzFix css("opacity") to not clobber other filters in...
2009-11-11 John ResigLanding tweak from 'haruka' that fixes non-pixel fontSi...
2009-07-13 Yehuda KatzUses the more stable font-size as a sentinel
2009-07-13 Yehuda KatzTest Tweak to normalize the CSS results across browsers
2009-07-13 Yehuda KatzUpdates css() tests to use hex rather than color names
2009-07-12 Yehuda KatzAdded test for css(String, Function) and css(Object...
2009-05-14 Brandon Aaronopacity is now retrieved from stylesheet in IE. fixes...
2009-04-22 Brandon Aaronfix for #4216. css now ignores negative numbers for...
2009-04-20 John ResigAdded explicit module names to the new unit tests.
2009-03-22 Brandon Aarondecoupling styles retrieval from the attr method