aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/support.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/support.js')
-rw-r--r--test/unit/support.js19
1 files changed, 1 insertions, 18 deletions
diff --git a/test/unit/support.js b/test/unit/support.js
index a76cff268..b3a85dd6e 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -161,23 +161,6 @@ testIframeWithCallback(
"radioValue": true,
"reliableMarginLeft": true
};
- } else if ( /7\.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 ( /firefox/i.test( userAgent ) ) {
expected = {
"ajax": true,
@@ -229,7 +212,7 @@ testIframeWithCallback(
"radioValue": true,
"reliableMarginLeft": true
};
- } else if ( /iphone os (6|7)/i.test( userAgent ) ) {
+ } else if ( /iphone os 7/i.test( userAgent ) ) {
expected = {
"ajax": true,
"boxSizingReliable": true,