From f6dd76709a4173be5e8d45c3f901a330f751c382 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Mon, 16 Nov 2015 22:11:39 +0100 Subject: [PATCH] Tests: Fix support tests results --- test/unit/support.js | 8 ++++---- 1 file 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 = { -- 2.39.5