mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Support: Add Android support tests results
This commit is contained in:
parent
8072d25e6f
commit
6b87914758
@ -558,6 +558,80 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
|
|||||||
"submitBubbles": true,
|
"submitBubbles": true,
|
||||||
"tbody": true
|
"tbody": true
|
||||||
};
|
};
|
||||||
|
} else if ( /android 2\.3/i.test( userAgent ) ) {
|
||||||
|
expected = {
|
||||||
|
"ajax": true,
|
||||||
|
"appendChecked": true,
|
||||||
|
"boxSizing": true,
|
||||||
|
"boxSizingReliable": true,
|
||||||
|
"changeBubbles": true,
|
||||||
|
"checkClone": true,
|
||||||
|
"checkOn": false,
|
||||||
|
"clearCloneStyle": false,
|
||||||
|
"cors": true,
|
||||||
|
"cssFloat": true,
|
||||||
|
"deleteExpando": true,
|
||||||
|
"enctype": true,
|
||||||
|
"focusinBubbles": false,
|
||||||
|
"getSetAttribute": true,
|
||||||
|
"hrefNormalized": true,
|
||||||
|
"html5Clone": true,
|
||||||
|
"htmlSerialize": true,
|
||||||
|
"inlineBlockNeedsLayout": false,
|
||||||
|
"input": true,
|
||||||
|
"leadingWhitespace": true,
|
||||||
|
"noCloneChecked": true,
|
||||||
|
"noCloneEvent": true,
|
||||||
|
"opacity": true,
|
||||||
|
"optDisabled": false,
|
||||||
|
"optSelected": true,
|
||||||
|
"ownLast": false,
|
||||||
|
"pixelPosition": false,
|
||||||
|
"radioValue": true,
|
||||||
|
"reliableHiddenOffsets": true,
|
||||||
|
"reliableMarginRight": false,
|
||||||
|
"shrinkWrapBlocks": false,
|
||||||
|
"style": true,
|
||||||
|
"submitBubbles": true,
|
||||||
|
"tbody": true
|
||||||
|
};
|
||||||
|
} else if ( /android 4\.[0-3]/i.test( userAgent ) ) {
|
||||||
|
expected = {
|
||||||
|
"ajax": true,
|
||||||
|
"appendChecked": true,
|
||||||
|
"boxSizing": true,
|
||||||
|
"boxSizingReliable": true,
|
||||||
|
"changeBubbles": true,
|
||||||
|
"checkClone": false,
|
||||||
|
"checkOn": false,
|
||||||
|
"clearCloneStyle": true,
|
||||||
|
"cors": true,
|
||||||
|
"cssFloat": true,
|
||||||
|
"deleteExpando": true,
|
||||||
|
"enctype": true,
|
||||||
|
"focusinBubbles": false,
|
||||||
|
"getSetAttribute": true,
|
||||||
|
"hrefNormalized": true,
|
||||||
|
"html5Clone": true,
|
||||||
|
"htmlSerialize": true,
|
||||||
|
"inlineBlockNeedsLayout": false,
|
||||||
|
"input": true,
|
||||||
|
"leadingWhitespace": true,
|
||||||
|
"noCloneChecked": true,
|
||||||
|
"noCloneEvent": true,
|
||||||
|
"opacity": true,
|
||||||
|
"optDisabled": true,
|
||||||
|
"optSelected": true,
|
||||||
|
"ownLast": false,
|
||||||
|
"pixelPosition": false,
|
||||||
|
"radioValue": true,
|
||||||
|
"reliableHiddenOffsets": true,
|
||||||
|
"reliableMarginRight": true,
|
||||||
|
"shrinkWrapBlocks": false,
|
||||||
|
"style": true,
|
||||||
|
"submitBubbles": true,
|
||||||
|
"tbody": true
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( expected ) {
|
if ( expected ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user