Support: Make the support matrix for iOS 6 match iOS 7 as well

This commit is contained in:
Michał Gołębiowski 2014-03-13 01:46:18 +01:00
parent 22c515c671
commit 26ce217862

View File

@ -195,7 +195,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
"radioValue": true, "radioValue": true,
"reliableMarginRight": true "reliableMarginRight": true
}; };
} else if ( /iphone os 6_0/i.test( userAgent ) ) { } else if ( /iphone os (?:6|7)_/i.test( userAgent ) ) {
expected = { expected = {
"ajax": true, "ajax": true,
"boxSizingReliable": true, "boxSizingReliable": true,