aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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 af2bd9238..f1ad75bb3 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -150,7 +150,7 @@ testIframeWithCallback(
"reliableMarginLeft": true,
"reliableMarginRight": true
};
- } else if ( /9\.0(\.\d+|) safari/i.test( userAgent ) ) {
+ } else if ( /9(\.\d+|) safari/i.test( userAgent ) ) {
expected = {
"ajax": true,
"boxSizingReliable": true,