Skip to content

Commit 9d41fc1

Browse files
committed
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 234a2d8)
1 parent 1e60327 commit 9d41fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ testIframeWithCallback(
416416
"submit": true,
417417
"tbody": true
418418
};
419-
} else if ( /9\.0(\.\d+|) safari/i.test( userAgent ) ) {
419+
} else if ( /9(\.\d+|) safari/i.test( userAgent ) ) {
420420
expected = {
421421
"ajax": true,
422422
"appendChecked": true,

0 commit comments

Comments
 (0)