aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | counting space characters). Fixes #11290.
* 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 ↵Paul Ramos2012-12-111-0/+34
| | | | destination are same element. Close gh-1068.
* 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
| | | | Remove clear(merge)Attributes hack
* 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-108-42/+40
| | | | Depends on jquery/sizzle#177, included with the Sizzle submodule in this commit.
* Test: Remove fixtures from QUnit.done hook. Close gh-1069.Timo Tijhof2012-12-101-0/+5
| | | | | | This fixes jquery/testswarm#197. These are currently removed from the TestSwarm injector, however this is jQuery specific, and should be done from this end instead.
* Be specific about Firefox nodes-as-nodelist. Never assume that modern ↵Rick Waldron2012-12-101-1/+3
| | | | | | browsers will "get it right". Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Fixes #13021. Normalization of core utility array like detection based on ↵Rick Waldron2012-12-101-72/+193
| | | | standard protocol by Richard Gibson <richard.gibson@gmail.com>. Closes gh-1064
* 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
| | | | solution by @maranomynet; test by @rwldrn.
* Deferred: .resolve(), .reject() and .notify() now set the callback context ↵jaubourg2012-12-071-3/+3
| | | | to the promise instance rather than the deferred instance ; .then() has also been amended. Fixes #11405.
* Don't test what ain't there no moreRichard Gibson2012-12-061-122/+0
|
* Make compatible with jshint, lint test/data. Close gh-1043.Timo Tijhof2012-12-065-69/+66
|
* Revert "Organizes the php scripts used for testing better, so that the whole ↵jaubourg2012-12-0538-828/+1301
| | | | | | logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore." This reverts commit 228ab3ddae527f72cc3122a1c6115d7718bcfd57.
* Revert "Fixes spacing"jaubourg2012-12-051-4/+4
| | | | This reverts commit 2a419a7e8f339b24121e12be891b908dff2be76f.
* Revert "228ab3d followup 1: fix test failures. Close gh-1056."jaubourg2012-12-052-86/+89
| | | | This reverts commit 20608b3579d70d3bac7fd74b4e11e4c08cd9d9b5.
* 228ab3d followup 1: fix test failures. Close gh-1056.Richard Gibson2012-12-052-89/+86
|
* 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
| | | | https://github.com/jquery/2012-dev-summit/issues/56
* Fixes spacingjaubourg2012-12-041-4/+4
|
* Organizes the php scripts used for testing better, so that the whole logic ↵jaubourg2012-12-0438-1301/+828
| | | | of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore.
* More improvements per @jaubourgRichard Gibson2012-12-032-23/+29
|
* Improvements per @jaubourgRichard Gibson2012-12-032-2/+4
|
* No ticket: improve global variable/ajax request trackingRichard Gibson2012-12-027-54/+68
|
* 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
|
* Fix #12989. Remove ajax "global" event behavior.Dave Methvin2012-12-011-116/+32
|
* keep manipulation.js assertions consistentRichard Gibson2012-11-301-1/+1
|
* Unit test for #12004jaubourg2012-11-291-0/+34
|
* Fix #12957. Simplify wrapMap, it doesn't need end tags. Close gh-1044.Oleg2012-11-272-9/+8
|
* Don't let removeClass create attributesRichard Gibson2012-11-271-21/+19
|
* sandboxes start for real this time (fixes test failures in IE)jaubourg2012-11-272-8/+8
|
* Use strictEqual rather than equaljaubourg2012-11-271-2/+2
|
* Removes unnecessary closure and applyjaubourg2012-11-261-3/+1
|
* Greatly simplifies ajaxTestjaubourg2012-11-261-65/+45
|
* Total revamping of the ajax unit testsjaubourg2012-11-264-2179/+1388
|
* Fix #12803. Add jQuery.fx.start as a hook point. Close gh-1024.Corey Frang2012-11-251-0/+27
|