Skip to content

Commit 47e2aa6

Browse files
committed
Tests: Remove Safari 7.0 & iOS 6 support tests results
1 parent 1c2b536 commit 47e2aa6

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

test/unit/support.js

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -161,23 +161,6 @@ testIframeWithCallback(
161161
"radioValue": true,
162162
"reliableMarginLeft": true
163163
};
164-
} else if ( /7\.0(\.\d+|) safari/i.test( userAgent ) ) {
165-
expected = {
166-
"ajax": true,
167-
"boxSizingReliable": true,
168-
"checkClone": true,
169-
"checkOn": true,
170-
"clearCloneStyle": true,
171-
"cors": true,
172-
"createHTMLDocument": true,
173-
"focusin": false,
174-
"noCloneChecked": true,
175-
"optSelected": true,
176-
"pixelMarginRight": true,
177-
"pixelPosition": false,
178-
"radioValue": true,
179-
"reliableMarginLeft": true
180-
};
181164
} else if ( /firefox/i.test( userAgent ) ) {
182165
expected = {
183166
"ajax": true,
@@ -229,7 +212,7 @@ testIframeWithCallback(
229212
"radioValue": true,
230213
"reliableMarginLeft": true
231214
};
232-
} else if ( /iphone os (6|7)/i.test( userAgent ) ) {
215+
} else if ( /iphone os 7/i.test( userAgent ) ) {
233216
expected = {
234217
"ajax": true,
235218
"boxSizingReliable": true,

0 commit comments

Comments
 (0)