Tests: Correct a typo in the regex matching Safari 8

(cherry-picked from c17543fd3c)
This commit is contained in:
Michał Gołębiowski 2015-06-14 02:05:05 +02:00
parent b819be3e2f
commit ef332c7c7b

View File

@ -198,7 +198,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
"style": false,
"submit": false
};
} else if ( /8.0(\.\d+|) safari/i.test( userAgent ) ) {
} else if ( /8\.0(\.\d+|) safari/i.test( userAgent ) ) {
expected = {
"ajax": true,
"attributes": true,