]> source.dussan.org Git - jquery.git/commitdiff
Tests: fix support tests in ie9
authorTimmy Willison <timmywillisn@gmail.com>
Wed, 6 Jan 2016 19:13:29 +0000 (14:13 -0500)
committerTimmy Willison <timmywillisn@gmail.com>
Wed, 6 Jan 2016 19:13:29 +0000 (14:13 -0500)
test/unit/support.js

index b75074e28f76855bff95e965779c6e35a3778a0c..c744fc280e4cc2c0f149120a0bb226d02ea6ec2e 100644 (file)
@@ -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,