jquery/test
Mike Sherov c4e22ad8b5 Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.
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.
2012-05-15 23:29:20 -04:00
..
data Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel. 2012-05-15 23:29:20 -04:00
qunit@74cc047c61 Update qunit submodule from 1.3.0pre to 1.6.0pre, close gh-761 2012-05-06 21:40:05 -04:00
unit Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel. 2012-05-15 23:29:20 -04:00
csp.php Fix #10902. DRY up the ways to include src files in tests. 2012-01-11 21:35:13 -05:00
delegatetest.html Fix #10878. Clear oldIE special change/submit flags on a clone. 2012-01-28 16:46:52 -05:00
hovertest.html Fix #10902. DRY up the ways to include src files in tests. 2012-01-11 21:35:13 -05:00
index.html Amends #10324. Remove object markup fixture; create programmatically 2012-04-11 15:40:03 -04:00
localfile.html Fix #10902. DRY up the ways to include src files in tests. 2012-01-11 21:35:13 -05:00
networkerror.html Fix #10902. DRY up the ways to include src files in tests. 2012-01-11 21:35:13 -05:00
polluted.php Follow up to fbf79c0b49. 2011-02-13 01:48:48 +01:00
readywait.html Fix #10902. DRY up the ways to include src files in tests. 2012-01-11 21:35:13 -05:00
xhtml.php Added a way to run the test suite as an XHTML page. 2009-01-19 18:14:51 +00:00