From: Michał Gołębiowski Date: Fri, 30 Oct 2015 18:18:20 +0000 (+0100) Subject: Tests: Add iOS 9 support tests results X-Git-Tag: 1.12.0~72 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dec9ab9d3fe29686b8922e978ebf1504becc85e9;p=jquery.git Tests: Add iOS 9 support tests results --- diff --git a/test/unit/support.js b/test/unit/support.js index b9788b55f..486e0be3f 100644 --- a/test/unit/support.js +++ b/test/unit/support.js @@ -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,