aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Add test for td appendOleg2012-12-281-2/+2
* wrapMap.thead = wrapMap.trOleg2012-12-281-2/+2
* Rewrite tests for colgroup, captionOleg2012-12-281-7/+8
* Add comments for optgroup and option elements in wrapMapOleg2012-12-281-1/+5
* Remove fix for #4484, add more testsOleg2012-12-281-2/+7
* Use tabs instead of spacesOleg2012-12-241-1/+1
* Use tabs instead of spacesOleg2012-12-241-4/+4
* Add additional testOleg2012-12-241-0/+9
* Add additional testOleg2012-12-241-0/+1
* Fix #13075. Optimize $.type by preferring `typeof`. Close gh-1089.Sebi Burkhard2012-12-231-1/+11
* Know when to hold em, know when to fold em.Dave Methvin2012-12-221-7/+12
* Do not perform support check for old Opera. Close gh-1097.Oleg2012-12-201-1/+1
* Fix #12569. Improve feature detect for event bubbling. Close gh-1076.Oleg2012-12-202-11/+138
* Fix #13094. Pass index to .before(fn) fn as documented. Close gh-1093.Oleg2012-12-201-0/+8
* Remove .live() tests now in Migrate plugin.Dave Methvin2012-12-181-578/+25
* let .attr(checked|selected, true) update the propertyRichard Gibson2012-12-161-2/+9
* Resolve a763ae72 test failuresRichard Gibson2012-12-151-4/+1
* Fix #11115: Normalize boolean attributes/properties. Close gh-1066.Richard Gibson2012-12-153-61/+65
* Fix #12600: don't use value property in place of value attribute. Close gh-1063.Richard Gibson2012-12-142-11/+26
* Adjust html parsing in event tests to use jQuery.parseHTML explicitly.Timmy Willison2012-12-131-3/+3
* Adjust jQuery('html') detection to only match when html starts with '<' (not ...timmywil2012-12-133-10/+18
* Ref #8908, gh-886. Avoid clone identity crisis in IE9/10. Close gh-1036.Oleg2012-12-132-67/+77
* Fix #13044: execute all QUnit modules in TestSwarm. Close gh-1074.Richard Gibson2012-12-131-1/+1
* Fix #9646. Cloned nodes shouldn't affect original in IE7. Close gh-947.Oleg2012-12-131-0/+24
* Fix #11230. .appendTo and pals should always stack.Dave Methvin2012-12-131-5/+5
* Missed a var declaration in aad235b3251494afe71fd5bb6031e11965af9bdb.Dave Methvin2012-12-111-1/+1
* Fix #4087. insertAfter, insertBefore, etc do not work if origin and destinati...Paul Ramos2012-12-111-0/+34
* Fix #13011. Let 'type' attribute be set if the browser allows.Dave Methvin2012-12-111-9/+5
* Fix #12990. Don't add 'px' to column-count. Close gh-1050.Bennett Sorbo2012-12-111-4/+13
* Fix #12956. Improve cloneFixAttributes for IE9/10 case. Close gh-1034.Oleg2012-12-111-0/+49
* Fix IE failures from 55313d32Richard Gibson2012-12-111-17/+16
* Fixes #11938: Adding array getter method to jQuery.fn.cssMike Sherov2012-12-111-0/+16
* Test: Update index.html to new QUnit format. Close gh-1061.Timo Tijhof2012-12-106-32/+34
* Be specific about Firefox nodes-as-nodelist. Never assume that modern browser...Rick Waldron2012-12-101-1/+3
* Fixes #13021. Normalization of core utility array like detection based on sta...Rick Waldron2012-12-101-72/+193
* Fix #13019. Disconnected nodes with .replaceWith are a noop. Close gh-1062.Dave Methvin2012-12-091-42/+3
* Fix #12904: Firefox defaultDisplay with body/iframe display:none. Report and ...Richard Gibson2012-12-081-17/+31
* Deferred: .resolve(), .reject() and .notify() now set the callback context to...jaubourg2012-12-071-3/+3
* Don't test what ain't there no moreRichard Gibson2012-12-061-122/+0
* Revert "Organizes the php scripts used for testing better, so that the whole ...jaubourg2012-12-052-695/+772
* Revert "228ab3d followup 1: fix test failures. Close gh-1056."jaubourg2012-12-051-82/+85
* 228ab3d followup 1: fix test failures. Close gh-1056.Richard Gibson2012-12-051-85/+82
* Radical idea: Calculate `expect()` value before fn call. :purple_heart:Dave Methvin2012-12-041-2/+2
* Fixes #12449. make replaceWith() clone elements where required. Closes gh-920Rod Vagg2012-12-041-94/+111
* Fix #11989. Remove fragment cache, moving to jquery-compat. Close gh-1052.Paul Ramos2012-12-041-64/+0
* Fix #12756. Restyle manipulation unit tests. Close gh-1053.Paul Ramos2012-12-041-598/+798
* Organizes the php scripts used for testing better, so that the whole logic of...jaubourg2012-12-042-772/+695
* No ticket: improve global variable/ajax request trackingRichard Gibson2012-12-023-20/+28
* Don't really want to expect any global events here.Dave Methvin2012-12-021-1/+1
* Followup to #12989 fix, improve unit test resiliency.Dave Methvin2012-12-021-27/+16