diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2016-01-07 10:57:03 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2016-01-07 10:57:03 -0500 |
commit | d224acbe47965397e3fe5bac569c4559e20aa997 (patch) | |
tree | 431d764f3c604aa1f969e0f290142a29aaaf0f1e | |
parent | 1f85ded20444ab9b1c48ff33bfaa00668941e98b (diff) | |
download | jquery-d224acbe47965397e3fe5bac569c4559e20aa997.tar.gz jquery-d224acbe47965397e3fe5bac569c4559e20aa997.zip |
Tests: fix support values for android
-rw-r--r-- | test/unit/support.js | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/test/unit/support.js b/test/unit/support.js index f0caa8b4a..a763cc1b6 100644 --- a/test/unit/support.js +++ b/test/unit/support.js @@ -800,9 +800,9 @@ testIframeWithCallback( "boxSizing": true, "boxSizingReliable": true, "change": true, - "checkClone": true, - "checkOn": true, - "clearCloneStyle": false, + "checkClone": false, + "checkOn": false, + "clearCloneStyle": true, "cors": true, "createHTMLDocument": true, "cssFloat": true, @@ -820,14 +820,14 @@ testIframeWithCallback( "noCloneEvent": true, "opacity": true, "optDisabled": true, - "optSelected": false, + "optSelected": true, "ownFirst": true, - "pixelMarginRight": true, - "pixelPosition": true, + "pixelMarginRight": false, + "pixelPosition": false, "radioValue": true, "reliableHiddenOffsets": true, "reliableMarginRight": true, - "reliableMarginLeft": true, + "reliableMarginLeft": false, "shrinkWrapBlocks": false, "style": true, "submit": true, @@ -841,9 +841,9 @@ testIframeWithCallback( "boxSizing": true, "boxSizingReliable": true, "change": true, - "checkClone": true, - "checkOn": true, - "clearCloneStyle": false, + "checkClone": false, + "checkOn": false, + "clearCloneStyle": true, "cors": true, "createHTMLDocument": true, "cssFloat": true, @@ -861,14 +861,14 @@ testIframeWithCallback( "noCloneEvent": true, "opacity": true, "optDisabled": true, - "optSelected": false, + "optSelected": true, "ownFirst": true, - "pixelMarginRight": true, - "pixelPosition": true, + "pixelMarginRight": false, + "pixelPosition": false, "radioValue": true, "reliableHiddenOffsets": true, "reliableMarginRight": true, - "reliableMarginLeft": true, + "reliableMarginLeft": false, "shrinkWrapBlocks": false, "style": true, "submit": true, |