aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/unit/support.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/support.js b/test/unit/support.js
index f1ad75bb3..e8d3715b8 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -150,7 +150,7 @@ testIframeWithCallback(
"reliableMarginLeft": true,
"reliableMarginRight": true
};
- } else if ( /9(\.\d+|) safari/i.test( userAgent ) ) {
+ } else if ( /\b9\.\d(\.\d+)* safari/i.test( userAgent ) ) {
expected = {
"ajax": true,
"boxSizingReliable": true,