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

(cherry-picked from 26ce217862)
This commit is contained in:
Michał Gołębiowski 2014-03-13 01:48:35 +01:00
parent 59c4adbaff
commit 412555a0b0

View File

@ -521,7 +521,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
"submitBubbles": true, "submitBubbles": true,
"tbody": true "tbody": 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,
"appendChecked": true, "appendChecked": true,