aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/testsuite.css
Commit message (Collapse)AuthorAgeFilesLines
* Check classes passed for duplicates. Fixes #9499.timmywil2011-06-071-1/+1
|
* Attach background data to divs as welltimmywil2011-05-251-1/+1
|
* Remove unnecessary background setting in support now that we have the div ↵timmywil2011-05-251-0/+4
| | | | reversion. Test added.
* Merge branch '8099' of https://github.com/rwldrn/jquery. Fixes #8099.jeresig2011-04-141-1/+6
|\ | | | | | | | | Conflicts: test/data/testsuite.css
| * Ticket #8099 Performance tweaking, creditsrwldrn2011-04-131-0/+2
| |
| * Ticket 8099, Reattempt with iframerwldrn2011-04-121-0/+3
| |
* | VML.type test was causing multiple test suite fails, fix attributes.js fail ↵timmywil2011-04-121-0/+3
|/ | | | in IE6 where the val(String/Number) tests were interfering with the val(Function) tests
* Revert "QUnit test for overriding important css declarations, references #4427"jeresig2011-04-121-4/+0
| | | | | | | | This reverts commit 1299e89dcd803ee0ed48622c716dc3d4c8567cb7. Conflicts: test/unit/css.js
* Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403jeresig2011-04-121-1/+1
|\
| * Adding unit tests for #8403louisremi2011-03-071-1/+1
| |
* | QUnit test for overriding important css declarations, references #4427Azatoth2011-04-121-0/+4
|/
* Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into ↵Anton M2011-02-151-3/+0
| | | | | | | | | | | rwldrn-8099" This reverts commit bb9408516aa0fc8892f4e07a99b1a47bce06081b, reversing changes made to 3ad8dd242acec1066f43a9349f4c1a352680d37b. Conflicts: src/effects.js
* Bug #8099 - Always restore to correct display value based on element's ↵rwldrn2011-01-311-0/+3
| | | | expected default display
* Update $.fn.animate to change display mode only when necessary (inline, ↵Colin Snover2010-10-051-0/+2
| | | | non-floated elements), and to use a more proper display mode for those elements. Fixes #2185.
* Removing the old cow image from the effects tests - it's no longer needed. ↵John Resig2010-09-261-1/+1
| | | | Fixes #7086.
* Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. ↵John Resig2009-11-111-0/+4
| | | | Fixes #760.
* Moved the jQuery-specific test suite CSS into a separate file.John Resig2009-09-291-0/+105
|
* core/test: replaced local qunit copy with qunit via svn:externals; inlined ↵Jörn Zaefferer2008-08-081-129/+0
| | | | styles specific to polluted.php; kept testrunner.js with just the noConflict call
* test runner: adding a new test page called 'polluted'. Where one can choose ↵Ariel Flesler2008-05-281-1/+13
| | | | to pre-include other libraries and run the test suite with them.
* jquery core: reverted qunit introduction until build scripts are updatedJörn Zaefferer2008-05-081-0/+117
|
* jquery testsuite: switch to qunitJörn Zaefferer2008-05-081-117/+0
|
* show is now element aware (#960)Brandon Aaron2007-12-081-0/+2
|
* Added enchancement for #1994 by adding two parameters to .stop() which give ↵David Serduke2007-11-301-0/+2
| | | | | | | additional functionality. The first parameter clearQueue will clear the queue on the necessary DOM elements so all animation will stop. The second parameter will cause the currently playing animation to immediately complete including reseting original styles on show and hide and calling the callback function. If no parameters are passed it will work as it always did. While adding unit testing I noticed the stop() unit test wasn't working correctly because the element was hidden so I fixed it and added more unit tests around the new functionality. I also added a cursor:pointer to the css (because for a long time I didn't know they were clickable).
* Reorganzing the jQuery source (first phase).John Resig2007-09-081-0/+113