aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/support
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Refactor testIframe() to make it DRYer and more consistentDave Methvin2016-04-113-2/+4
| | | | | Ref gh-3040 Closes gh-3049
* Build: correct style tests files which could be automatically correctedOleg Gaidarenko2015-09-071-2/+2
|
* Docs: Fix various spelling mistakesBruno Pérel2015-07-301-1/+1
| | | | Closes gh-2487
* Add more thorough check for CSP violationsOleg2013-11-074-8/+9
|
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-067-63/+19
|
* Correct spacing.Michał Gołębiowski2013-04-151-9/+9
|
* Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1194.Michał Gołębiowski2013-04-031-0/+19
|
* Fix 363299ac failuresRichard Gibson2013-02-071-1/+7
|
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-075-3/+22
|
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-263-3/+3
|
* No ticket: remove test suite external dependenciesRichard Gibson2012-11-011-1/+1
|
* Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden ↵Mike Petrovich2012-10-161-0/+23
| | | | during animation, closes gh-981
* Relativize all urls pertaining to dist/jquery.js so users can run their ↵timmywil2012-06-042-2/+2
| | | | server from any file location; Make sure Sizzle is available for its tests in testrunner.
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-042-2/+2
|
* Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.Mike Sherov2012-05-151-9/+0
| | | | | | This removes all internal uses of `jQuery.support.boxModel`. jQuery has never run unit tests with Quirks Mode and has not even feigned support for several years, so these remnants weren't doing much except giving false hope. For now, `jQuery.support.boxModel` continues to have a value indicating whether the W3C box model is *generally* in use, but be aware that this is easily overridden on an element-by-element basis by the `box-model` CSS property. So don't trust this value.
* Fix #10067. Create jQuery.quickReady; closes gh-736.Mike Sherov2012-04-234-14/+4
| | | | Allows us to get to the ready state sooner by not waiting for iframes to load. If that causes backcompat pain, use `jQuery.quickReady = false` as prescribed by your developer.
* Fix #7986. $.support.boxModel shan't be fooled by page-level CSS.Mike Sherov2012-02-241-0/+7
|
* Fix #10902. DRY up the ways to include src files in tests.Mike Sherov2012-01-113-60/+3
|
* Remove the invisible body in support; Add temporary tests to verify correct ↵timmywil2011-11-171-1/+1
| | | | support completions for upcoming support changes.
* Fix error in test suite from testElementCrash.html; did not have callbacks.jstimmywil2011-11-161-0/+1
|
* Pass iframe support tests at doc ready. Fixes support fail in FF7timmywil2011-10-311-1/+3
|
* Removing topic.js as it will be a plugintimmywil2011-09-193-3/+0
|
* $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-193-0/+6
|
* Add test page for crashing IE8 when the testElement in support has a ↵timmywil2011-08-041-0/+19
| | | | background (will run from the test suite). Supplements #9823.
* Landing pull request 433. Fix testswarm test cases. Fixes #9555.Krinkle2011-07-122-2/+2
| | | | | | More Details: - https://github.com/jquery/jquery/pull/433 - http://bugs.jquery.com/ticket/9555
* Adds iframe code for #9239.jaubourg2011-05-131-0/+37
|
* Adds unit/support.js to unit tests. Still have to test for #8763 has to be ↵jaubourg2011-05-102-0/+52
done in its own file however, since Firefox refuses to notify global errors in the iframe (attachEvent, window.onerror and script.onerror all fail).