From 1c2b5362ef40058d5b375a40362c88559f81a293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Fri, 30 Oct 2015 19:13:45 +0100 Subject: [PATCH] Tests: Add iOS 9 support tests results --- test/unit/support.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/test/unit/support.js b/test/unit/support.js index a661843c3c..a76cff2681 100644 --- a/test/unit/support.js +++ b/test/unit/support.js @@ -195,6 +195,23 @@ testIframeWithCallback( "radioValue": true, "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 ) ) { expected = { "ajax": true,