From 602c34d45bf3cdc71b2f7e1344b75dc1489dd870 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Fri, 30 Oct 2015 19:18:43 +0100 Subject: [PATCH] Tests: Remove Safari 7.0 & iOS 6 support tests results --- test/unit/support.js | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/test/unit/support.js b/test/unit/support.js index 486e0be3f..1d50c1124 100644 --- a/test/unit/support.js +++ b/test/unit/support.js @@ -317,40 +317,6 @@ testIframeWithCallback( "style": true, "submit": true }; - } else if ( /7\.0(\.\d+|) safari/i.test( userAgent ) ) { - expected = { - "ajax": true, - "attributes": true, - "boxSizingReliable": true, - "change": true, - "checkClone": true, - "checkOn": true, - "clearCloneStyle": true, - "cors": true, - "createHTMLDocument": true, - "cssFloat": true, - "deleteExpando": true, - "focusin": false, - "gBCRDimensions": true, - "html5Clone": true, - "htmlSerialize": true, - "input": true, - "leadingWhitespace": true, - "noCloneChecked": true, - "noCloneEvent": true, - "opacity": true, - "optDisabled": true, - "optSelected": true, - "ownFirst": true, - "pixelMarginRight": true, - "pixelPosition": false, - "radioValue": true, - "reliableHiddenOffsets": true, - "reliableMarginRight": true, - "reliableMarginLeft": true, - "style": true, - "submit": true - }; } else if ( /firefox/i.test( userAgent ) ) { expected = { "ajax": true, @@ -453,7 +419,7 @@ testIframeWithCallback( "style": true, "submit": true }; - } else if ( /iphone os (6|7)/i.test( userAgent ) ) { + } else if ( /iphone os 7/i.test( userAgent ) ) { expected = { "ajax": true, "attributes": true, -- 2.39.5