diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2015-10-30 19:14:41 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2015-10-30 19:17:01 +0100 |
commit | 47e2aa6593a77c94eef610ac784494884f598253 (patch) | |
tree | 03bec5dc5351cba0d7e59c7fe91c9cd2c6f59477 /test/unit | |
parent | 1c2b5362ef40058d5b375a40362c88559f81a293 (diff) | |
download | jquery-47e2aa6593a77c94eef610ac784494884f598253.tar.gz jquery-47e2aa6593a77c94eef610ac784494884f598253.zip |
Tests: Remove Safari 7.0 & iOS 6 support tests results
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/support.js | 19 |
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, |