aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2015-10-18 17:26:56 -0400
committerMichał Gołębiowski <m.goleb@gmail.com>2015-10-18 17:26:56 -0400
commite99a3ac7066226d00ff5828de596d4a4b3818c0c (patch)
treeb973cbcd76c13b6008b985bbdd786e44b31319bd
parent487d5ca913c237aafe9efa1179749b46382fddbf (diff)
downloadjquery-e99a3ac7066226d00ff5828de596d4a4b3818c0c.tar.gz
jquery-e99a3ac7066226d00ff5828de596d4a4b3818c0c.zip
Tests: Add Safari 9 support tests results
-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 a62e57c73..a661843c3 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -127,6 +127,23 @@ testIframeWithCallback(
"radioValue": true,
"reliableMarginLeft": true
};
+ } else if ( /9\.0(\.\d+|) safari/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 ( /8\.0(\.\d+|) safari/i.test( userAgent ) ) {
expected = {
"ajax": true,