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
1e60327e31
commit
9d41fc1466
@ -416,7 +416,7 @@ testIframeWithCallback(
|
|||||||
"submit": true,
|
"submit": true,
|
||||||
"tbody": true
|
"tbody": true
|
||||||
};
|
};
|
||||||
} else if ( /9\.0(\.\d+|) safari/i.test( userAgent ) ) {
|
} else if ( /9(\.\d+|) safari/i.test( userAgent ) ) {
|
||||||
expected = {
|
expected = {
|
||||||
"ajax": true,
|
"ajax": true,
|
||||||
"appendChecked": true,
|
"appendChecked": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user