aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Collapse)AuthorAgeFilesLines
...
* Support: Add iOS6 support tests resultsMichał Gołębiowski2014-01-271-0/+16
|
* Tests: Blacklist beforeunload test in iOSMichał Gołębiowski2014-01-261-1/+4
| | | | | | | | iOS has the window.onbeforeunload field but doesn't support the beforeunload handler making it impossible to feature-detect the support. Fixes #14717 Closes gh-1496
* Manipulation: Use textarea for missing IE defaultValue checkDave Methvin2014-01-231-1/+1
| | | | | | | | | | IE11 fixed the checkbox defaultValue issue but not textarea. Rather than creating a new detect name I'm reusing the old one to protect anyone who is unwisely using this externally. Re-fixing the defaultValue when it doesn't need to be done is not a problem, so leave that code for IE11. Fixes #14716 Closes gh-1495
* Tests: fix Safari userAgent detectionMichał Gołębiowski2014-01-221-3/+3
|
* Support: Add expected support results for Safari 7 & IE11Michał Gołębiowski2014-01-221-0/+32
|
* Tests: Blacklist one effects test in Chrome 31Michał Gołębiowski2014-01-211-3/+17
| | | | | | Chrome 31 reports incorrect offsetWidth on a table cell with fixed width. This is fixed in Chrome 32 so let’s just skip the failing test in Chrome 31. See https://code.google.com/p/chromium/issues/detail?id=290399
* Traversing: Check all pairwise element combinations for .find( els )Richard Gibson2014-01-171-2/+4
| | | | | Ref b8d0d54a3c4960794a1b492957abeb56eddd1e48 Fixes #14701
* Tests: Fix code style issuesOleg2014-01-161-4/+4
|
* Tests: Add assertion for the jQuery#val methodOleg2014-01-161-2/+7
|
* Attrs: Remove outdated valHook for option elementOleg2014-01-161-0/+9
| | | | | | | This hook was relevant for BlackBerry 4.7 which is no longer supported. But this code path now raises error in IE10-11 (#14686) in 1.x-master branch. So to just to be safe, also add test for IE issue to this branch too.
* Effects: First step() call should match :animated selectorDave Methvin2014-01-071-0/+15
| | | | | Fixes #14623 Closes gh-1473
* traversing: Optimise .add by not using makeArrayTimo Tijhof2013-12-301-27/+111
| | | | Closes gh-1430
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2013-12-236-214/+537
| | | | | Fix #14040 Close gh-1457
* Ajax: don’t test jQuery.ajax() on beforeunload in Chrome 31Michał Gołębiowski2013-12-181-4/+11
| | | | | | | Chrome 31 doesn't fire Ajax requests in beforeunload event handler. There is no way for us to workaround it and it's been fixed in Chrome 32 so let's just blacklist Chrome 31 as long as it's in TestSwarm. See https://code.google.com/p/chromium/issues/detail?id=321241
* Add unit tests for .html( number ). Close gh-1447.Jakob Stoeck2013-11-261-3/+6
|
* Effects: Integrate sinon fake timers into tests. Close gh-1377.John Paul2013-11-241-290/+204
|
* Ref #14503: Cherry-pick tests.hongymagic2013-11-151-5/+15
| | | | | | (cherry picked from commit 27b22f4ef5f3f291204f0e0f9f414ac503f6c8a8) (cherry picked from commit 8dc0f2ea84e1861d8d8dfa7699268368c659f8e9) (cherry picked from commit 936126f10de193e2bb1c8280dbc2361ca5d62e29)
* Ref #14180, let focusin/out work on non-element targets.Dave Methvin2013-11-141-0/+13
|
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-11-121-0/+33
|
* Fix #14492: More correct jQuery.parseJSON. Close gh-1419.Richard Gibson2013-11-121-6/+69
| | | | | | | | (cherry picked from commit 60a6178131afec97b68c9a45bc24459f7b8bd905) Conflicts: src/ajax/parseJSON.js
* Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.Michał Gołębiowski2013-11-119-130/+56
|
* No ticket. Remove version sniffing from test/unit/support.js, browsers got ↵Michał Gołębiowski2013-11-111-5/+3
| | | | updated.
* No ticket. Restore some parsing tests in core.Michał Gołębiowski2013-11-101-5/+8
|
* Don't execute focus tests in FirefoxOleg2013-11-081-72/+75
| | | | Close gh-1423
* Use full version of jQuery 1.9.1Oleg2013-11-081-1/+0
| | | | Had some weird failures in IE with xhr build of 1.9.1
* Add more thorough check for CSP violationsOleg2013-11-071-14/+18
|
* Fix #14074: element id="nodeName". Close gh-1389.Richard Gibson2013-11-072-3/+26
| | | | | | | | | | | (cherry picked from commit 126d596b56924613687329b7aab4f0cdf4b593b3) Conflicts: src/data.js src/data/accepts.js test/unit/core.js test/unit/data.js
* Fix #14101: $().data() should be undefined, not nullCorey Frang2013-11-061-0/+6
|
* Fix #11809: Update text without creating DOM nodes. Close gh-1412.Chris Antaki2013-11-051-2/+20
|
* Fix #14379: AJAX requests on unloadRichard Gibson2013-10-281-0/+5
|
* Fix #14459: Use jQuery.parseJSON instead of JSON.parseRichard Gibson2013-10-281-12/+2
|
* Add tests for class manipulation on jQuery object containing more than one ↵Michał Gołębiowski2013-10-251-0/+43
| | | | element. Close gh-1404.
* Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369."Dave Methvin2013-10-221-27/+0
| | | | This reverts commit 9b6f0745805941a6d7b7c16c02cf56ab00021c82.
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-10-221-0/+27
|
* Ref 2263134b: Better identify potential JSON. Close gh-1401.Ronny Springer2013-10-161-12/+45
|
* 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 #13993. Save result of native inline handlers. Close gh-1368.Dave Methvin2013-10-061-0/+8
|
* Add setup function for the event moduleOleg2013-09-301-3/+6
|
* Focus on the body before running focus testOleg2013-09-301-22/+21
| | | | | | (cherry picked from commit b2f27632ebaa0f975eb70d531925129cee4014b9) Conflicts: test/unit/event.js
* Run focus test only if document has focusOleg2013-09-231-21/+21
| | | | (cherry picked from commit 0b9a182ecde49adb508d76577e8f244da08a1e51)
* No ticket: Fix IE focus test failuresRichard Gibson2013-09-231-2/+5
| | | | (cherry picked from commit 3d6ed4483e2c9c52d83bdab72e9b884ebf720f22)
* No ticket: Improve line-height animation test stabilityRichard Gibson2013-09-171-23/+31
|
* Fix #12723 and simplification and optmization of defaultDisplay helperOleg2013-09-171-10/+14
|
* Simplify replaceWith method. Closes gh-1276Oleg2013-09-171-7/+8
|
* Small adjustment to prefilter test. Follow the right path for prefixes.Timmy Willison2013-09-121-1/+2
|
* Adjust prefilter test to error on string indexing in oldIETimmy Willison2013-09-121-1/+2
|
* Add unit tests for jQuery.grep. Close gh-1345.Amey Sakhadeo2013-09-121-0/+20
|
* Restore support for Firefox < 23, Chrome < 28 and Safari 5.1.Michał Gołębiowski2013-09-111-3/+21
|