From: Michał Gołębiowski Date: Thu, 13 Mar 2014 00:46:18 +0000 (+0100) Subject: Support: Make the support matrix for iOS 6 match iOS 7 as well X-Git-Tag: 2.1.1-beta1~28 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=26ce21786252981563e49e91a85b3e0bfa16c3e3;p=jquery.git Support: Make the support matrix for iOS 6 match iOS 7 as well --- diff --git a/test/unit/support.js b/test/unit/support.js index feea7dd35..867ba1d74 100644 --- a/test/unit/support.js +++ b/test/unit/support.js @@ -195,7 +195,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec "radioValue": true, "reliableMarginRight": true }; - } else if ( /iphone os 6_0/i.test( userAgent ) ) { + } else if ( /iphone os (?:6|7)_/i.test( userAgent ) ) { expected = { "ajax": true, "boxSizingReliable": true,