Ref #13743. Remove support.boxModel, deprecated 1.3. Close gh-1230.

This commit is contained in:
Michał Gołębiowski 2013-04-07 14:39:44 +02:00 committed by Dave Methvin
parent eaedf098b3
commit 1233fc7788
2 changed files with 0 additions and 15 deletions

View File

@ -20,9 +20,6 @@ jQuery.support = (function( support ) {
// Support: IE9, IE10 // Support: IE9, IE10
support.optSelected = opt.selected; support.optSelected = opt.selected;
// jQuery.support.boxModel DEPRECATED in 1.8 since we don't support Quirks Mode
support.boxModel = document.compatMode === "CSS1Compat";
// Will be defined later // Will be defined later
support.reliableMarginRight = true; support.reliableMarginRight = true;
support.boxSizingReliable = true; support.boxSizingReliable = true;

View File

@ -1,11 +1,5 @@
module("support", { teardown: moduleTeardown }); module("support", { teardown: moduleTeardown });
test("boxModel", function() {
expect( 1 );
equal( jQuery.support.boxModel, document.compatMode === "CSS1Compat" , "jQuery.support.boxModel is sort of tied to quirks mode but unstable since 1.8" );
});
if ( jQuery.css ) { if ( jQuery.css ) {
testIframeWithCallback( "body background is not lost if set prior to loading jQuery (#9239)", "support/bodyBackground.html", function( color, support ) { testIframeWithCallback( "body background is not lost if set prior to loading jQuery (#9239)", "support/bodyBackground.html", function( color, support ) {
expect( 2 ); expect( 2 );
@ -48,7 +42,6 @@ testIframeWithCallback( "box-sizing does not affect jQuery.support.shrinkWrapBlo
"noCloneChecked":true, "noCloneChecked":true,
"radioValue":true, "radioValue":true,
"checkClone":true, "checkClone":true,
"boxModel":true,
"ajax":true, "ajax":true,
"cors":true, "cors":true,
"clearCloneStyle": true, "clearCloneStyle": true,
@ -66,7 +59,6 @@ testIframeWithCallback( "box-sizing does not affect jQuery.support.shrinkWrapBlo
"noCloneChecked":true, "noCloneChecked":true,
"radioValue":false, "radioValue":false,
"checkClone":true, "checkClone":true,
"boxModel":true,
"ajax":true, "ajax":true,
"cors":true, "cors":true,
"clearCloneStyle": true, "clearCloneStyle": true,
@ -84,7 +76,6 @@ testIframeWithCallback( "box-sizing does not affect jQuery.support.shrinkWrapBlo
"noCloneChecked":false, "noCloneChecked":false,
"radioValue":false, "radioValue":false,
"checkClone":true, "checkClone":true,
"boxModel":true,
"ajax":true, "ajax":true,
"cors":true, "cors":true,
"clearCloneStyle": false, "clearCloneStyle": false,
@ -102,7 +93,6 @@ testIframeWithCallback( "box-sizing does not affect jQuery.support.shrinkWrapBlo
"noCloneChecked":false, "noCloneChecked":false,
"radioValue":false, "radioValue":false,
"checkClone":true, "checkClone":true,
"boxModel":true,
"ajax":true, "ajax":true,
"cors":false, "cors":false,
"clearCloneStyle": false, "clearCloneStyle": false,
@ -120,7 +110,6 @@ testIframeWithCallback( "box-sizing does not affect jQuery.support.shrinkWrapBlo
"noCloneChecked":true, "noCloneChecked":true,
"radioValue":true, "radioValue":true,
"checkClone":false, "checkClone":false,
"boxModel":true,
"ajax":true, "ajax":true,
"cors":true, "cors":true,
"clearCloneStyle": true, "clearCloneStyle": true,
@ -138,7 +127,6 @@ testIframeWithCallback( "box-sizing does not affect jQuery.support.shrinkWrapBlo
"noCloneChecked":true, "noCloneChecked":true,
"radioValue":true, "radioValue":true,
"checkClone":true, "checkClone":true,
"boxModel":true,
"ajax":true, "ajax":true,
"cors":true, "cors":true,
"clearCloneStyle": true, "clearCloneStyle": true,