diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2016-01-06 14:13:29 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2016-01-06 14:13:29 -0500 |
commit | 729c75f4ff2c9e096d367497913fa0c865a21029 (patch) | |
tree | e2bdbeee900483c80cbf2d26af72c56cd2d8da22 /test | |
parent | 77f9b1e8037b1e4dc12e64cf10240f4b97383c30 (diff) | |
download | jquery-729c75f4ff2c9e096d367497913fa0c865a21029.tar.gz jquery-729c75f4ff2c9e096d367497913fa0c865a21029.zip |
Tests: fix support tests in ie9
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/support.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/unit/support.js b/test/unit/support.js index b75074e28..c744fc280 100644 --- a/test/unit/support.js +++ b/test/unit/support.js @@ -206,17 +206,17 @@ testIframeWithCallback( "appendChecked": true, "attributes": true, "boxSizing": true, - "boxSizingReliable": true, + "boxSizingReliable": false, "change": true, "checkClone": true, "checkOn": true, "clearCloneStyle": false, - "cors": true, + "cors": false, "createHTMLDocument": true, "cssFloat": true, "deleteExpando": true, "enctype": true, - "focusin": false, + "focusin": true, "getSetAttribute": true, "hrefNormalized": true, "html5Clone": true, @@ -224,7 +224,7 @@ testIframeWithCallback( "inlineBlockNeedsLayout": false, "input": true, "leadingWhitespace": true, - "noCloneChecked": true, + "noCloneChecked": false, "noCloneEvent": true, "opacity": true, "optDisabled": true, @@ -232,7 +232,7 @@ testIframeWithCallback( "ownFirst": true, "pixelMarginRight": true, "pixelPosition": true, - "radioValue": true, + "radioValue": false, "reliableHiddenOffsets": true, "reliableMarginRight": true, "reliableMarginLeft": true, |