aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,