Tests: Add iOS 9 support tests results

This commit is contained in:
Michał Gołębiowski 2015-10-30 19:18:20 +01:00
parent 06840d8b25
commit dec9ab9d3f

View File

@ -385,6 +385,40 @@ testIframeWithCallback(
"style": true,
"submit": true
};
} else if ( /iphone os 9/i.test( userAgent ) ) {
expected = {
"ajax": true,
"attributes": true,
"boxSizingReliable": true,
"change": true,
"checkClone": true,
"checkOn": true,
"clearCloneStyle": true,
"cors": true,
"createHTMLDocument": true,
"cssFloat": true,
"deleteExpando": true,
"focusin": false,
"gBCRDimensions": true,
"html5Clone": true,
"htmlSerialize": true,
"input": true,
"leadingWhitespace": true,
"noCloneChecked": true,
"noCloneEvent": true,
"opacity": true,
"optDisabled": true,
"optSelected": true,
"ownFirst": true,
"pixelMarginRight": true,
"pixelPosition": false,
"radioValue": true,
"reliableHiddenOffsets": true,
"reliableMarginRight": true,
"reliableMarginLeft": true,
"style": true,
"submit": true
};
} else if ( /iphone os 8/i.test( userAgent ) ) {
expected = {
"ajax": true,