Tests: Make support tests pass in Firefox 52

jQuery Core now supports Firefox ESR.
This commit is contained in:
Michał Gołębiowski-Owczarek 2018-07-30 18:06:08 +02:00
parent 7869f83ddd
commit 063c1f2ca3

View File

@ -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;