mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Tests: take Safari 9.1 into account
Safari 9.1 shares its support test results with Safari 9.0 but it's been
excluded from the regex catching Safari 9.0. This has been fixed.
(cherry-picked from 234a2d8280
)
This commit is contained in:
parent
70025d0e65
commit
b9272aaedc
@ -150,7 +150,7 @@ testIframeWithCallback(
|
||||
"reliableMarginLeft": true,
|
||||
"reliableMarginRight": true
|
||||
};
|
||||
} else if ( /9\.0(\.\d+|) safari/i.test( userAgent ) ) {
|
||||
} else if ( /9(\.\d+|) safari/i.test( userAgent ) ) {
|
||||
expected = {
|
||||
"ajax": true,
|
||||
"boxSizingReliable": true,
|
||||
|
Loading…
Reference in New Issue
Block a user