From 4fea389ad2b7515bc3a9081245979ab7be566b99 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Tue, 17 Nov 2015 03:50:56 +0100 Subject: [PATCH] Tests: Fix support tests results for Android 2.3 --- test/unit/support.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/support.js b/test/unit/support.js index 0d9276d69..9f0937a93 100644 --- a/test/unit/support.js +++ b/test/unit/support.js @@ -341,7 +341,7 @@ testIframeWithCallback( "pixelMarginRight": true, "pixelPosition": false, "radioValue": true, - "reliableMarginLeft": false, + "reliableMarginLeft": true, "reliableMarginRight": false }; } -- 2.39.5