mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 08:55:55 -05:00
Tests: Correct a typo in the regex matching Safari 8
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user