Skip to content

Commit 602c34d

Browse files
committed
Tests: Remove Safari 7.0 & iOS 6 support tests results
1 parent dec9ab9 commit 602c34d

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

test/unit/support.js

+1-35
Original file line numberDiff line numberDiff line change
@@ -317,40 +317,6 @@ testIframeWithCallback(
317317
"style": true,
318318
"submit": true
319319
};
320-
} else if ( /7\.0(\.\d+|) safari/i.test( userAgent ) ) {
321-
expected = {
322-
"ajax": true,
323-
"attributes": true,
324-
"boxSizingReliable": true,
325-
"change": true,
326-
"checkClone": true,
327-
"checkOn": true,
328-
"clearCloneStyle": true,
329-
"cors": true,
330-
"createHTMLDocument": true,
331-
"cssFloat": true,
332-
"deleteExpando": true,
333-
"focusin": false,
334-
"gBCRDimensions": true,
335-
"html5Clone": true,
336-
"htmlSerialize": true,
337-
"input": true,
338-
"leadingWhitespace": true,
339-
"noCloneChecked": true,
340-
"noCloneEvent": true,
341-
"opacity": true,
342-
"optDisabled": true,
343-
"optSelected": true,
344-
"ownFirst": true,
345-
"pixelMarginRight": true,
346-
"pixelPosition": false,
347-
"radioValue": true,
348-
"reliableHiddenOffsets": true,
349-
"reliableMarginRight": true,
350-
"reliableMarginLeft": true,
351-
"style": true,
352-
"submit": true
353-
};
354320
} else if ( /firefox/i.test( userAgent ) ) {
355321
expected = {
356322
"ajax": true,
@@ -453,7 +419,7 @@ testIframeWithCallback(
453419
"style": true,
454420
"submit": true
455421
};
456-
} else if ( /iphone os (6|7)/i.test( userAgent ) ) {
422+
} else if ( /iphone os 7/i.test( userAgent ) ) {
457423
expected = {
458424
"ajax": true,
459425
"attributes": true,

0 commit comments

Comments
 (0)