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 331c349a5..0ed77a932 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -296,7 +296,7 @@ testIframe(
expected = expectedMap.safari_11;
} else if ( /\b(?:9|10)\.\d(\.\d+)* safari/i.test( userAgent ) ) {
expected = expectedMap.safari_9_10;
- } else if ( /firefox\/60/i.test( userAgent ) ) {
+ } else if ( /firefox\/(?:52|60)/i.test( userAgent ) ) {
expected = expectedMap.firefox_60;
} else if ( /firefox/i.test( userAgent ) ) {
expected = expectedMap.firefox;