mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Tests: Add iOS 9 support tests results
This commit is contained in:
parent
cbe5b2b79a
commit
1c2b5362ef
@ -195,6 +195,23 @@ testIframeWithCallback(
|
|||||||
"radioValue": true,
|
"radioValue": true,
|
||||||
"reliableMarginLeft": false
|
"reliableMarginLeft": false
|
||||||
};
|
};
|
||||||
|
} else if ( /iphone os 9/i.test( userAgent ) ) {
|
||||||
|
expected = {
|
||||||
|
"ajax": true,
|
||||||
|
"boxSizingReliable": true,
|
||||||
|
"checkClone": true,
|
||||||
|
"checkOn": true,
|
||||||
|
"clearCloneStyle": true,
|
||||||
|
"cors": true,
|
||||||
|
"createHTMLDocument": true,
|
||||||
|
"focusin": false,
|
||||||
|
"noCloneChecked": true,
|
||||||
|
"optSelected": true,
|
||||||
|
"pixelMarginRight": true,
|
||||||
|
"pixelPosition": false,
|
||||||
|
"radioValue": true,
|
||||||
|
"reliableMarginLeft": true
|
||||||
|
};
|
||||||
} else if ( /iphone os 8/i.test( userAgent ) ) {
|
} else if ( /iphone os 8/i.test( userAgent ) ) {
|
||||||
expected = {
|
expected = {
|
||||||
"ajax": true,
|
"ajax": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user