mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 07:14:57 -05:00
IE10+ may return not exactly the offset.top value set in an offset callback if parent has fractional top offset itself. Checking for being close to the desired result fixes the test error. Fixes gh-2147