]> source.dussan.org Git - jquery.git/commitdiff
Tests: Fix support tests results
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 16 Nov 2015 21:11:39 +0000 (22:11 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 16 Nov 2015 21:11:39 +0000 (22:11 +0100)
test/unit/support.js

index 32ae17591994b49d920ff3a9faf7ccfd1afdb087..05f946c679447435392b2cef35728031460fc94e 100644 (file)
@@ -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 = {