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 ff5d66f87..88aa49e55 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -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,