mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 16:24: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.
(cherry-picked from 62ae2d0fb7)
Fixes gh-2147