From 412555a0b001d19e2dedf4c3c23a794ad8fa398c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Thu, 13 Mar 2014 01:48:35 +0100 Subject: [PATCH] Support: Make the support matrix for iOS 6 match iOS 7 as well (cherry-picked from 26ce21786252981563e49e91a85b3e0bfa16c3e3) --- test/unit/support.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/support.js b/test/unit/support.js index 6089d9bd6..eae4c2025 100644 --- a/test/unit/support.js +++ b/test/unit/support.js @@ -521,7 +521,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec "submitBubbles": true, "tbody": true }; - } else if ( /iphone os 6_0/i.test( userAgent ) ) { + } else if ( /iphone os (?:6|7)_/i.test( userAgent ) ) { expected = { "ajax": true, "appendChecked": true,