Skip to content

Commit d224acb

Browse files
committed
Tests: fix support values for android
1 parent 1f85ded commit d224acb

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

test/unit/support.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -800,9 +800,9 @@ testIframeWithCallback(
800800
"boxSizing": true,
801801
"boxSizingReliable": true,
802802
"change": true,
803-
"checkClone": true,
804-
"checkOn": true,
805-
"clearCloneStyle": false,
803+
"checkClone": false,
804+
"checkOn": false,
805+
"clearCloneStyle": true,
806806
"cors": true,
807807
"createHTMLDocument": true,
808808
"cssFloat": true,
@@ -820,14 +820,14 @@ testIframeWithCallback(
820820
"noCloneEvent": true,
821821
"opacity": true,
822822
"optDisabled": true,
823-
"optSelected": false,
823+
"optSelected": true,
824824
"ownFirst": true,
825-
"pixelMarginRight": true,
826-
"pixelPosition": true,
825+
"pixelMarginRight": false,
826+
"pixelPosition": false,
827827
"radioValue": true,
828828
"reliableHiddenOffsets": true,
829829
"reliableMarginRight": true,
830-
"reliableMarginLeft": true,
830+
"reliableMarginLeft": false,
831831
"shrinkWrapBlocks": false,
832832
"style": true,
833833
"submit": true,
@@ -841,9 +841,9 @@ testIframeWithCallback(
841841
"boxSizing": true,
842842
"boxSizingReliable": true,
843843
"change": true,
844-
"checkClone": true,
845-
"checkOn": true,
846-
"clearCloneStyle": false,
844+
"checkClone": false,
845+
"checkOn": false,
846+
"clearCloneStyle": true,
847847
"cors": true,
848848
"createHTMLDocument": true,
849849
"cssFloat": true,
@@ -861,14 +861,14 @@ testIframeWithCallback(
861861
"noCloneEvent": true,
862862
"opacity": true,
863863
"optDisabled": true,
864-
"optSelected": false,
864+
"optSelected": true,
865865
"ownFirst": true,
866-
"pixelMarginRight": true,
867-
"pixelPosition": true,
866+
"pixelMarginRight": false,
867+
"pixelPosition": false,
868868
"radioValue": true,
869869
"reliableHiddenOffsets": true,
870870
"reliableMarginRight": true,
871-
"reliableMarginLeft": true,
871+
"reliableMarginLeft": false,
872872
"shrinkWrapBlocks": false,
873873
"style": true,
874874
"submit": true,

0 commit comments

Comments
 (0)