Tests: Correct a typo in the regex matching Safari 8

This commit is contained in:
Michał Gołębiowski
2015-06-14 00:37:31 +02:00
parent 349edbd6c5
commit c17543fd3c

View File

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