aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2015-11-17 03:50:56 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2015-11-17 03:50:56 +0100
commit4fea389ad2b7515bc3a9081245979ab7be566b99 (patch)
treee1ae6f4d8af85e817f6c75e41dc52d8397a25767
parenta5864aefdfadfee16522456c82139fa10360d8fc (diff)
downloadjquery-4fea389ad2b7515bc3a9081245979ab7be566b99.tar.gz
jquery-4fea389ad2b7515bc3a9081245979ab7be566b99.zip
Tests: Fix support tests results for Android 2.3
-rw-r--r--test/unit/support.js2
1 files changed, 1 insertions, 1 deletions
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
};
}