..
ajax
Tests: Add support for running unit tests via grunt with karma
2017-12-18 12:27:38 -05:00
core
Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS
2019-04-29 22:56:09 +02:00
css
CSS: Correctly detect scrollbox support with non-default zoom
2018-05-07 09:28:18 -04:00
data
Tests: Refactor testIframe() to make it DRYer and more consistent
2016-04-11 13:32:51 -04:00
dimensions
Tests: Refactor testIframe() to make it DRYer and more consistent
2016-04-11 13:32:51 -04:00
event
Tests: Add support for running unit tests via grunt with karma
2017-12-18 12:27:38 -05:00
manipulation
Tests: Refactor testIframe() to make it DRYer and more consistent
2016-04-11 13:32:51 -04:00
offset
Tests: Be even more async for iOS
2017-04-24 22:59:18 -04:00
selector
Selector: Inline Sizzle into the selector module
2019-07-29 21:19:21 +02:00
support
Tests: Add support for running unit tests via grunt with karma
2017-12-18 12:27:38 -05:00
1x1.jpg
Fixes #11426 : getting the responseText of an xhr should be tried/caught because of IE's inability to give access to binary data. Unit test added.
2012-03-07 15:39:39 +01:00
1x1.svg
Traversing: $.fn.contents() support for object
2018-05-14 13:41:42 -04:00
badcall.js
Revert "Organizes the php scripts used for testing better, so that the whole 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."
2012-12-05 14:54:14 +01:00
badjson.js
Revert "Organizes the php scripts used for testing better, so that the whole 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."
2012-12-05 14:54:14 +01:00
cleanScript.html
Build: Update test code for compatibility with QUnit 2.x ( #4297 )
2019-02-18 19:03:26 +01:00
csp-nonce-external.html
Core: Preserve CSP nonce on scripts with src attribute in DOM manipulation
2019-03-25 18:14:24 +01:00
csp-nonce-external.js
Core: Preserve CSP nonce on scripts with src attribute in DOM manipulation
2019-03-25 18:14:24 +01:00
csp-nonce-globaleval.html
Core: Support passing nonce through jQuery.globalEval
2019-01-21 18:42:39 +01:00
csp-nonce-globaleval.js
Core: Support passing nonce through jQuery.globalEval
2019-01-21 18:42:39 +01:00
csp-nonce.html
Core: Preserve CSP nonce on scripts in DOM manipulation
2019-01-14 19:29:54 +01:00
csp-nonce.js
Core: Preserve CSP nonce on scripts in DOM manipulation
2019-01-14 19:29:54 +01:00
csp.include.html
Tests: Add support for running unit tests via grunt with karma
2017-12-18 12:27:38 -05:00
dashboard.xml
Revert "Organizes the php scripts used for testing better, so that the whole 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."
2012-12-05 14:54:14 +01:00
frame.html
Traversing: $.fn.contents() support for object
2018-05-14 13:41:42 -04:00
iframe.html
Fix indentation in /speed and /test dirs, closes gh-780.
2012-05-18 13:28:50 -04:00
iframeTest.js
Tests: Improve offset test setup and labels
2017-04-24 21:44:51 -04:00
inner_module.js
Build: Update test code for compatibility with QUnit 2.x ( #4297 )
2019-02-18 19:03:26 +01:00
inner_nomodule.js
Core: Remove IE-specific support tests, rely on document.documentMode
2019-05-13 21:39:56 +02:00
jquery-1.9.1.js
Event: fix incorrect test
2015-10-12 18:37:04 +03:00
json_obj.js
Revert "Organizes the php scripts used for testing better, so that the whole 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."
2012-12-05 14:54:14 +01:00
mock.php
Ajax: Do not execute scripts for unsuccessful HTTP responses
2019-09-26 02:43:30 +02:00
module.js
Build: Update test code for compatibility with QUnit 2.x ( #4297 )
2019-02-18 19:03:26 +01:00
name.html
Build: Update test code for compatibility with QUnit 2.x ( #4297 )
2019-02-18 19:03:26 +01:00
nomodule.js
Core: Remove IE-specific support tests, rely on document.documentMode
2019-05-13 21:39:56 +02:00
qunit-fixture.html
Selector: Port Sizzle tests to jQuery
2019-06-26 21:39:10 +02:00
qunit-fixture.js
Selector: Port Sizzle tests to jQuery
2019-06-26 21:39:10 +02:00
readywait.html
Tests: move readywait to an iframe test
2017-03-20 11:37:15 -04:00
test2.html
Build: Update test code for compatibility with QUnit 2.x ( #4297 )
2019-02-18 19:03:26 +01:00
test3.html
Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapse
2016-09-15 10:40:27 -04:00
test.include.html
Build: Update test code for compatibility with QUnit 2.x ( #4297 )
2019-02-18 19:03:26 +01:00
testinit-jsdom.js
Core: Remove IE-specific support tests, rely on document.documentMode
2019-05-13 21:39:56 +02:00
testinit.js
Tests: Fix a comment in testinit.js
2019-08-19 18:36:21 +02:00
testrunner.js
Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS
2019-04-29 22:56:09 +02:00
testsuite.css
Dimensions: fall back to offsetWidth/Height for border-box in IE
2018-11-27 14:28:59 -05:00
text.txt
Tests: Add support for running unit tests via grunt with karma
2017-12-18 12:27:38 -05:00
with_fries.xml
Revert "Organizes the php scripts used for testing better, so that the whole 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."
2012-12-05 14:54:14 +01:00