diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2015-11-17 03:50:56 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2015-11-17 03:50:56 +0100 |
commit | 4fea389ad2b7515bc3a9081245979ab7be566b99 (patch) | |
tree | e1ae6f4d8af85e817f6c75e41dc52d8397a25767 | |
parent | a5864aefdfadfee16522456c82139fa10360d8fc (diff) | |
download | jquery-4fea389ad2b7515bc3a9081245979ab7be566b99.tar.gz jquery-4fea389ad2b7515bc3a9081245979ab7be566b99.zip |
Tests: Fix support tests results for Android 2.3
-rw-r--r-- | test/unit/support.js | 2 |
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 }; } |