aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/support/boxModelIE.html
Commit message (Collapse)AuthorAgeFilesLines
* 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-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 #10902. DRY up the ways to include src files in tests.Mike Sherov2012-01-111-20/+1
|
* Remove the invisible body in support; Add temporary tests to verify correct ↵timmywil2011-11-171-1/+1
| | | | support completions for upcoming support changes.
* 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 unit/support.js to unit tests. Still have to test for #8763 has to be ↵jaubourg2011-05-101-0/+27
done in its own file however, since Firefox refuses to notify global errors in the iframe (attachEvent, window.onerror and script.onerror all fail).