aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/support.js
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2015-11-16 22:11:39 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2015-11-16 22:11:39 +0100
commitf6dd76709a4173be5e8d45c3f901a330f751c382 (patch)
treeec3d46616a8de550f5360f3bad552eea9065bbae /test/unit/support.js
parentc56e8b680dbfcbcdff77d982618a8c6eda68cb49 (diff)
downloadjquery-f6dd76709a4173be5e8d45c3f901a330f751c382.tar.gz
jquery-f6dd76709a4173be5e8d45c3f901a330f751c382.zip
Tests: Fix support tests results
Diffstat (limited to 'test/unit/support.js')
-rw-r--r--test/unit/support.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/unit/support.js b/test/unit/support.js
index 32ae17591..05f946c67 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -73,7 +73,7 @@ testIframeWithCallback(
"pixelPosition": true,
"radioValue": true,
"reliableMarginLeft": true,
- "reliableMarginLRight": true
+ "reliableMarginRight": true
};
} else if ( /opera.*version\/12\.1/i.test( userAgent ) ) {
expected = {
@@ -227,8 +227,8 @@ testIframeWithCallback(
"pixelMarginRight": true,
"pixelPosition": false,
"radioValue": true,
- "reliableMarginLeft": true,
- "reliableMarginRight": true
+ "reliableMarginLeft": false,
+ "reliableMarginRight": false
};
} else if ( /firefox/i.test( userAgent ) ) {
expected = {
@@ -266,7 +266,7 @@ testIframeWithCallback(
"pixelPosition": false,
"radioValue": true,
"reliableMarginLeft": true,
- "reliableMarginLRight": true
+ "reliableMarginRight": true
};
} else if ( /iphone os 8_/i.test( userAgent ) ) {
expected = {