aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/css.js
Commit message (Expand)AuthorAgeFilesLines
* CSS: jQuery#hide should always save display valueOleg Gaidarenko2014-03-201-0/+10
* Css: Fix testsMichał Gołębiowski2014-03-101-6/+9
* Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397Michał Gołębiowski2014-03-101-7/+20
* CSS: Return values should be numbersDave Methvin2014-03-041-1/+2
* Css: Don't check fill-opacity in Android 2.3, it's not supportedMichał Gołębiowski2014-02-131-1/+6
* Support: Document box-sizing was unprefixed in Firefox 29Michał Gołębiowski2014-02-051-1/+1
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2013-12-231-4/+9
* Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.Michał Gołębiowski2013-11-111-26/+13
* Fix #14394: Changing style !important in webkit. Close gh-1385.Lihan Li2013-10-151-0/+6
* No ticket: Test cleanupRichard Gibson2013-10-151-21/+9
* Fix #14432: Always return string from .css("z-index"). Close gh-1395.George Kats2013-10-151-0/+18
* Fix #12723 and simplification and optmization of defaultDisplay helperOleg2013-09-171-10/+14
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-4/+7
* Fix #14084: attach the test div to documentElement, not body.Michał Gołębiowski2013-09-051-0/+5
* No ticket. Correct a support comment for the `order` test.Michał Gołębiowski2013-08-201-1/+1
* No ticket. Correct a support comment.Michał Gołębiowski2013-08-191-2/+2
* Remove redundant prefixes from the CSS order test.Michał Gołębiowski2013-08-191-11/+1
* Correct assertion for #14049 ticketOleg2013-08-101-5/+28
* Fixes #14049: don't append px to CSS order value. Close gh-1300.Jason Merino2013-07-011-1/+4
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-37/+54
* Move size() test to deprecated.js and avoid in other tests. Close gh-1237.Michał Gołębiowski2013-04-081-1/+1
* Improve CSS and `Support:` comments. Close gh-1220.Michał Gołębiowski2013-04-061-1/+2
* Fix #13539: Utilize Sizzle hooks. Close gh-1215.Richard Gibson2013-04-051-2/+2
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-5/+5
* Fix #13310. Get the right display value for disconnected nodes. Close gh-1156.Oleg2013-02-041-0/+23
* Magic fixing for previous commitTimmy Willison2013-01-301-6/+6
* Fix failing tests, add support for empty spans in Opera. Supplements #13132, ...Timmy Willison2013-01-211-1/+5
* Treat an element as hidden if either offsetWidth or offsetHeight is 0. Fixes ...Timmy Willison2013-01-211-40/+43
* Ref #8908. Update IE9 css clone fix. Close gh-1119.Oleg2013-01-081-2/+5
* Remove stranded support.js checks for oldIE.Dave Methvin2013-01-031-41/+1
* Ref #8908, gh-886. Avoid clone identity crisis in IE9/10. Close gh-1036.Oleg2012-12-131-0/+77
* Fix #12990. Don't add 'px' to column-count. Close gh-1050.Bennett Sorbo2012-12-111-4/+13
* Fixes #11938: Adding array getter method to jQuery.fn.cssMike Sherov2012-12-111-0/+16
* Fix #12904: Firefox defaultDisplay with body/iframe display:none. Report and ...Richard Gibson2012-12-081-17/+31
* No ticket: remove test suite external dependenciesRichard Gibson2012-11-011-1/+1
* Fix #12685. Handle inconsistent opacity for ie < 9. Close gh-1005.yiminghe2012-10-301-0/+16
* Fix #10416. Don't trust computed styles on detached elements. Close gh-941.Oleg2012-10-281-5/+15
* Adds missing expect() call, fixes failing IE testsRick Waldron2012-10-151-0/+1
* Remove duplicate expect. Add QUnit.config.requireExpects to testrunner.js QUn...Rick Waldron2012-10-151-2/+2
* Enforce expects in css.js (https://github.com/jquery/2012-dev-summit/issues/53)James Huston2012-10-151-0/+10
* fix failure from bad markup leaving an element behind. Closes gh-946Richard Gibson2012-10-051-1/+1
* body default display is always block. @mikesherov was right and this is the p...Rick Waldron2012-10-041-0/+18
* Fix #12537, element.css('filter') returns undefined in IE9. Close gh-942.Mike Sherov2012-09-301-0/+7
* Fix #12324, line-height "normal" isn't always "1". Close gh-898.Mike Sherov2012-08-191-2/+1
* Pull in unit tests from gh-877, thanks @orkel!Dave Methvin2012-07-251-5/+10
* Fix #12148. Let .toggle() call the public .hide() for punching.Dave Methvin2012-07-251-1/+12
* Fix #12088, Safari 5 and more percentages in getComputedStyleMike Sherov2012-07-221-0/+9
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-051-32/+32
* UPDATE SIZZLE: completed rewrite for better things!timmywil2012-07-021-0/+3
* Unit tests are linted and passing.Rick Waldron2012-06-211-14/+16