aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/support.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/support.js')
-rw-r--r--test/unit/support.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/support.js b/test/unit/support.js
index b490190e8..0461f4c43 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -577,6 +577,7 @@ testIframeWithCallback(
"tbody": true
};
} else if ( /firefox/i.test( userAgent ) ) {
+ version = userAgent.match( /firefox\/(\d+)/i )[ 1 ];
expected = {
"ajax": true,
"appendChecked": true,
@@ -610,7 +611,7 @@ testIframeWithCallback(
"radioValue": true,
"reliableHiddenOffsets": true,
"reliableMarginRight": true,
- "reliableMarginLeft": false,
+ "reliableMarginLeft": version >= 61,
"shrinkWrapBlocks": false,
"style": true,
"submit": true,