Skip to content

Commit b9272aa

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 70025d0 commit b9272aa

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
@@ -150,7 +150,7 @@ testIframeWithCallback(
150150
"reliableMarginLeft": true,
151151
"reliableMarginRight": true
152152
};
153-
} else if ( /9\.0(\.\d+|) safari/i.test( userAgent ) ) {
153+
} else if ( /9(\.\d+|) safari/i.test( userAgent ) ) {
154154
expected = {
155155
"ajax": true,
156156
"boxSizingReliable": true,

0 commit comments

Comments
 (0)