From e904249ee00c3375fad461c47150627fce0b02d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Mon, 16 Nov 2015 22:48:14 +0100 Subject: [PATCH] Tests: Fix Safari 5.1 support tests results --- test/unit/support.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/support.js b/test/unit/support.js index 05f946c67..0d9276d69 100644 --- a/test/unit/support.js +++ b/test/unit/support.js @@ -224,11 +224,11 @@ testIframeWithCallback( "noCloneChecked": true, "optDisabled": true, "optSelected": true, - "pixelMarginRight": true, + "pixelMarginRight": false, "pixelPosition": false, "radioValue": true, "reliableMarginLeft": false, - "reliableMarginRight": false + "reliableMarginRight": true }; } else if ( /firefox/i.test( userAgent ) ) { expected = { -- 2.39.5