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.
This commit is contained in:
Michał Gołębiowski 2016-05-02 22:49:17 +02:00
parent 356a3bccb0
commit 234a2d8280

View File

@ -130,7 +130,7 @@ testIframe(
"radioValue": true,
"reliableMarginLeft": true
};
} else if ( /9\.0(\.\d+|) safari/i.test( userAgent ) ) {
} else if ( /9(\.\d+|) safari/i.test( userAgent ) ) {
expected = {
"ajax": true,
"boxSizingReliable": true,