mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Tests: fix support values for android
This commit is contained in:
parent
1f85ded204
commit
d224acbe47
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user