summaryrefslogtreecommitdiffstats
path: root/test/data/support
Commit message (Collapse)AuthorAgeFilesLines
* CSS:Tests: Fix tests & support tests under CSS ZoomMichał Gołębiowski-Owczarek2024-06-031-0/+24
| | | | | | | | | | | | Firefox 126+ implements CSS zoom in a way it affects width computed style very slightly (`100.008px` instead of `100px`); accept that difference. Add a test for support tests resolving the same under CSS zoom & without one. That test uncovered Chrome failing the `reliableTrDimensions` support test under zoom; the test has been fixed. Fixes gh-5489 Closes gh-5495 Ref gh-5496
* Build: migrate most grunt tasks off of gruntTimmy Willison2023-09-181-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Updated tasks include: - lint - npmcopy - build, minify, and process for distribution. - new custom build command using yargs - compare size of minified/gzip built files - pretest scripts, including qunit-fixture, babel transpilation, and npmcopy - node smoke tests - promises aplus tests - new watch task using `rollup.watch` directly Also: - upgraded husky and added the new lint command - updated lint config to use new "flat" config format. See https://eslint.org/docs/latest/use/configure/configuration-files-new - Temporarily disabled one lint rule until flat config is supported by eslint-plugin-import. See https://github.com/import-js/eslint-plugin-import/issues/2556 - committed package-lock.json - updated all test scripts to use the new build - added an express test server that uses middleware-mockserver (this can be used to run tests without karma) - build-all-variants is now build:all Close gh-5318
* CSS: Make the reliableTrDimensions support test work with Bootstrap CSSMichał Gołębiowski-Owczarek2023-07-101-0/+20
| | | | | | | | | | | | | | | | | | | Bootstrap 5 includes the following CSS on the page: ```css *, *::before, *::after { box-sizing: border-box; } ``` That threw our `reliableTrDimensions` support test off. This change fixes the support test and adds a unit test ensuring support test values on a page including Bootstrap 5 CSS are the same as on a page without it. Fixes gh-5270 Closes gh-5278 Ref gh-5279
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-183-25/+0
| | | | | | | | | | | | | - Update QUnit to 1.23.1 - Remove unused dl#dl from test/index.html - Remove unused map#imgmap from test/index.html - Ensure all urls to data use baseURI - Add the 'grunt karma:main' task - customContextFile & customDebugFile - Add 'npm run jenkins' script Close gh-3744 Fixes gh-1999
* 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).