aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2015-10-30 19:13:45 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2015-10-30 19:13:56 +0100
commit1c2b5362ef40058d5b375a40362c88559f81a293 (patch)
treee19978b58d1e3ff9fcb9f15c8f15c95fc57b796f /test/unit
parentcbe5b2b79a46c61ad36ea5df44f80b1cc2c1b60a (diff)
downloadjquery-1c2b5362ef40058d5b375a40362c88559f81a293.tar.gz
jquery-1c2b5362ef40058d5b375a40362c88559f81a293.zip
Tests: Add iOS 9 support tests results
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/support.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/unit/support.js b/test/unit/support.js
index a661843c3..a76cff268 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,