aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/support/bodyBackground.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-3/+3
|
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-071-1/+1
|
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-261-1/+1
|
* Relativize all urls pertaining to dist/jquery.js so users can run their ↵timmywil2012-06-041-1/+1
| | | | 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-041-1/+1
|
* Fix #10067. Create jQuery.quickReady; closes gh-736.Mike Sherov2012-04-231-1/+1
| | | | 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-111-20/+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-191-1/+0
|
* $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-191-0/+2
|
* Landing pull request 433. Fix testswarm test cases. Fixes #9555.Krinkle2011-07-121-1/+1
| | | | | | 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