Tests: Add iOS 9 support tests results

This commit is contained in:
Michał Gołębiowski 2015-10-30 19:13:45 +01:00
parent cbe5b2b79a
commit 1c2b5362ef

View File

@ -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,