aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2017-10-18 17:59:22 +0200
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2017-10-18 17:59:22 +0200
commit50e3395e7e25d3286ed3daa17ee5ae4d862b0602 (patch)
treea7f3a05a57f0cd2b66b0e934624f3c0e0977b7f0 /test
parent56e891dea12cb5a8d6c5e92e56adb5925bc4160d (diff)
downloadjquery-50e3395e7e25d3286ed3daa17ee5ae4d862b0602.tar.gz
jquery-50e3395e7e25d3286ed3daa17ee5ae4d862b0602.zip
Tests: Add Safari 11 support test results
Diffstat (limited to 'test')
-rw-r--r--test/unit/support.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/unit/support.js b/test/unit/support.js
index 98a24e782..0f0354b58 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -133,6 +133,24 @@ testIframe(
"reliableMarginLeft": true,
"scrollboxSize": true
};
+ } else if ( /\b11\.\d(\.\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,
+ "pixelBoxStyles": true,
+ "pixelPosition": true,
+ "radioValue": true,
+ "reliableMarginLeft": true,
+ "scrollboxSize": true
+ };
} else if ( /\b(?:9|10)\.\d(\.\d+)* safari/i.test( userAgent ) ) {
expected = {
"ajax": true,