Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Tests: fix support values for android
- Loading branch information
Showing
with
14 additions
and
14 deletions.
-
+14
−14
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, |
|
|
|